To import Z80 machine code and data

  1. On the File menu, click Open.

  2. Locate the raw z80 machine code file (.bin;.raw), click it, and then click Open.

  3. Type the start address where you want the code to be loaded.

  4. If you would like the emulated Spectrum to immediately start executing the imported code, select the Execute after import option.

  5. 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 image1 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.