To import Z80 machine code and data
On the File menu, click Open.
Locate the raw z80 machine code file (.bin;.raw), click it, and then click Open.
Type the start address where you want the code to be loaded.
If you would like the emulated Spectrum to immediately start executing the imported code, select the Execute after import option.
Click OK.
Tip
You can enter the start address in either decimal or hexadecimal:
32678 (Decimal)
0x8000 (C hex notation)
8000h (Zilog hex notation)
$8000 (Hexadecimal)
#8000 (DevPac hex)
You can also use the
toolbar button to import Z80 machine
code.
Note
If you select the Execute after import option, interrupts will be disabled. Your code should set up the correct interrupt mode and enable interrupts, if required.