MediaWiki:Sitenotice
2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues. OS-9 Al (talk)

Binary file

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Revision as of 18:51, 7 May 2013 by Fedor Steeman (talk | contribs) (Created page with " A CoCo '''binary file''' containing an executable machine language program can have the following format: {| class="wikitable" !contents !length !meaning |- |$00 |8 bit |pre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A CoCo binary file containing an executable machine language program can have the following format:

contents length meaning
$00 8 bit preamble
16 bit length
16 bit start address
variable data
$FF 8 bit postamble
16 bit exec address