Improve ttttt to add block format byte
This commit is contained in:
6
Makefile
6
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user