Neon816: fix bin2hex

This commit is contained in:
mgcaret 2019-12-13 23:41:13 -08:00
parent 681d8356c5
commit f4fe6fd9e5
1 changed files with 1 additions and 1 deletions

View File

@ -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