start working on boot code, move things around

This commit is contained in:
2024-11-21 10:40:59 -05:00
parent fc115752e6
commit dcc1bea405
15 changed files with 79 additions and 6 deletions

View File

@@ -1,5 +1,13 @@
# Code
## assist09/
assist09.asm is the original motorola version, and relies on the as9 assembler found [here](http://home.hccnet.nl/a.w.m.van.der.horst/m6809.html).
assemble.sh will assemble assist09.asm to an s19 file and use gnu binutils objcopy to turn that into a bin file.
## boot/
the boot code for prototype 1, uses the lwtools assembler.
assemble.sh will assemble boot.s to an s19 file and use gnu binutils objcopy to turn that into a bin file.