... Outputs byte n to port m.Note: Executes the Z80A instruction OUT (c),a. As the Lynx and the ZX Spectrum use the same <strong>microprocessor</strong> (Z80A) the OUT statement will perform a similar task on both computers. Results will differ however, depending on the hardware connected to the output ports. Also, on the Lynx, address lines A8 to A15 ...
Read article →
... value between 0 and 255 for the port m. IN and ? both perform a similar task, however the Acorn Atom utilises the 6502 <strong>microprocessor</strong> so results will be different.See also: OUT, ? (Indirection Operator) INT(ZX Spectrum) % (Percent sign)(Acorn Atom FP-ROM) INT x (ZX Spectrum)%x (Acorn Atom FP-ROM)Returns (ZX Spectrum): The ...
Read article →
... The Oric Atmos is an upgraded version of the Oric 1 with a new ROM and keyboard.The Oric machines utilise the 6502 <strong>microprocessor</strong> (The same one the BBC Micro uses).The 6502 uses a completely different instruction set and registers to the Z80 used by the Spectrum so any machine code used within a BASIC program will have to be ...
Read article →