mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-19 17:31:09 +00:00
Neon816: fix bin2hex
This commit is contained in:
parent
681d8356c5
commit
f4fe6fd9e5
@ -7,7 +7,7 @@ ca65 -I ../../inc romboot.s -l romboot.lst
|
||||
ld65 -vm -C Neon816.l Neon816.o ../../forth.o ./romboot.o -m forth.map -o of816-neon.bin
|
||||
ls -l of816-neon.bin
|
||||
if which -s bin2hex; then
|
||||
hex2bin of816-neon.bin > of816-neon.hex
|
||||
bin2hex of816-neon.bin > of816-neon.hex
|
||||
ls -l of816-neon.hex
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user