8608/readme.md

10 lines
489 B
Markdown

# 8608 - An 8-bit data, 16-bit address, CISC architecture.
For a description of the architecture and a list of instructions, see [instructionList.txt](instructionList.txt).
For a memory map of the 8608-based computer, see [memoryMap.md](memoryMap.md).
To assemble programs, use CustomAsm: [https://github.com/hlorenzi/customasm](https://github.com/hlorenzi/customasm)<br>
Simply include the 8608 architecture file into your program: [8608.asm](8608.asm).<br>
`#include "8608/8608.asm"`