more emulator features, sub # instr
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
For a quick guide on how to use this project, see [getting-started.md](getting-started.md)<br>
|
||||
|
||||
For a detailed description of the architecture, see [architecture.md](architecture.md)<br>
|
||||
For a list of instructions, see [instructionList.txt](instructionList.txt)
|
||||
For a list of instructions, see [instructionList.txt](instructionList.txt)<br>
|
||||
For a memory map of the 8608-based computer, see [memoryMap.md](memoryMap.md)
|
||||
|
||||
To use the emulator, simply drag-and-drop an assembly code file onto [emulator/8608-emulator.bat](emulator/8608-emulator.bat)
|
||||
To use the emulator, simply drag-and-drop an assembly code file onto [emulator/8608-emulator.bat](emulator/8608-emulator.bat)<br>
|
||||
You must include the 8608 architecture file into your assembly code: [8608.asm](8608.asm)<br>
|
||||
`#include "8608/8608.asm"`<br>
|
||||
`#include "8608/8608.asm"`
|
||||
|
||||
Note: This project depends on several pieces of free and open-source software,<br>
|
||||
whose binaries are included in the repository:<br>
|
||||
|
||||
Reference in New Issue
Block a user