Tools (simulator, assembler) for a new developed cpu architecture.
- sim -> simulator (reference implementation)
- asm -> assembler
- dbg -> debugger
- doc -> documentation
Everything here is experimental! Meaning: expect the worse ;-)
This project is licensed under LGPL version 3.0 or newer. You can find the license at www.gnu.org/licenses/lgpl.html or in the COPYRIGHT file.
- How to access hardware ('disk', console...)
- asm instructions:
- out -> output to port
- ins -> input from port to string
- outs -> output string to port