Improve ttttt to add block format byte

This commit is contained in:
2024-11-11 17:35:34 +00:00
parent 1c7ab48330
commit 8c78aab32e
5 changed files with 36 additions and 14 deletions

View File

@ -2,15 +2,15 @@ program.tap: header.block body.block
cat header.block body.block > program.tap
header.block: header ttttt
./ttttt header
./ttttt header header
header: header.asm body.block
pasmo header.asm headerlong
dd if=headerlong of=header bs=18 count=1
dd if=headerlong of=header bs=17 count=1
rm -f headerlong
body.block: body ttttt
./ttttt body
./ttttt body data
body: remload.asm code.asm
pasmo remload.asm body