larsbrinkhoff / pdp10-its-disassembler

Disassembler and other tools for files in ITS formats
GNU General Public License v2.0
19 stars 13 forks source link

Convert binary output from CROSS to an Atari DOS binary file. #86

Closed larsbrinkhoff closed 3 years ago

larsbrinkhoff commented 3 years ago

The binary output from CROSS is formatted into blocks, with a header of three words describing its type, length, and address. After the data bytes comes a checksum.

An Atari DOS binary file is also formatted into blocks. The file begins with two FF bytes, and then each block header has start and end address (inclusive).