Re: A83: length_program?
[Prev][Next][Index][Thread]
Re: A83: length_program?
well the 'C' code wouldn't work unless you know the length of the header at
the beginning of the file. i think there's also a 2byte checksum at the end
of an 83p file. there's a file about this somewhere on ticalc about the 83p
format. btw all devpac83 does is put an 83 program header on a binary image -
it doesn't do any squishing itself. if you do 'tasm -80 -i -b myfile.asm
myfile.bin' you will get a squished image, minus the 83p header. (the '-b'
specifies a binary image.)
Follow-Ups: