Pre SW Load

To run the Nano emulator with SW loaded before the emulator starts select the SW file in the 'RAM SW' field. To change the location use the 'RAM' button to browse for the file, do the same to change the filename or type in a new file name in the text field.

The selected file will be loaded at RAM address 0 (if the file is binary, other formats like intel hex will be loaded at the specified locations). This can for example be used to start the emulator with the chip-8 interpreter loaded. To also load chip-8 SW directly at address hex 200 use the 'Chip-8 SW' button. Default the emulator will start with the chip-8 breakout game.

The Chip-8 interpreter is stored in the Nano directory and SW is stored in the Chip-8 directory (located in the application data directory, see Directory and File Structure).

The binary, Intel hex and RCS Elf Emulator hex format are supported.