This repository has been archived on 2025-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
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