Files
chibi-pc09/code/boot/assemble.sh

4 lines
146 B
Bash
Executable File

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