Skip to content

fmilano/coco_decb_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

coco_decb_parser

TRS-80 CoCo DECB file parser.

From the LWTOOLS manual:

"Each binary starts with a preamble. Each preamble is five bytes long. The first byte is zero. The next two bytes specify the number of bytes to load and the last two bytes specify the address to load the bytes at. Then, a string of bytes follows. After this string of bytes, there may be another preamble or a postamble. A postamble is also five bytes in length. The first byte of the postamble is $FF, the next two are zero, and the last two are the execution address for the binary."

This parser generates a raw binary file for each section found in the original DECB file.

About

TRS-80 CoCo DECB file parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages