17 lines
935 B
Markdown
17 lines
935 B
Markdown
# 8608 - An 8-bit data, 16-bit address, CISC architecture.
|
|
|
|
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)<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)<br>
|
|
You must include the 8608 architecture file into your assembly code: [8608.asm](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>
|
|
customasm: [https://github.com/hlorenzi/customasm](https://github.com/hlorenzi/customasm)<br>
|
|
LÖVE: [https://love2d.org/](https://love2d.org/)
|