@echo off
atxt32 -l@@ ksm.asm ksm.mac
zmac -8 -m ksm.mac
srec_cat zout\ksm.hex -Intel -o zout\ksm.bin -Binary
del ksm.mac
fc /b rom.bin zout\ksm.bin
rem rd .\zout /s /q
@echo on

