start working on boot code, move things around
This commit is contained in:
3
code/boot/assemble.sh
Executable file
3
code/boot/assemble.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
lwasm --format=srec --output=boot.s19 boot.s
|
||||
objcopy --input-target=srec --output-target=binary boot.s19 boot.bin
|
||||
#mot2bin -out boot.bin boot.s19
|
Reference in New Issue
Block a user