Assembler
We have a few versions of the Assembler
- MS DOS .exe
- Python2 Original, DOS text
- Modified for python3, UNIX text
The program's help output provides some usage info and the assembler -> machine code mappings
Loader coming soon
Programming Examples
- Adding 2 16 bit numbers
- Fibonacci Sequence into RAM
- Rule 30 Automata in RAM
- More soon