Files
Andrew Plotkin b642da811e Initial commit.
2023-11-16 18:19:54 -05:00

11 lines
142 B
Batchfile

@echo off
hm\hma6502 boot.asm -e -s -x -p -r
ask "Want to fix boot.bin?",yn
if errorlevel 2 goto no
hm\itob boot
nu boot.bin
:no