STOS.BAS: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Nyh
No edit summary
>Nyh
No edit summary
Line 16: Line 16:
  ?? byte  source code
  ?? byte  source code
</pre>
</pre>
--[[User:Nyh|Nyh]] 16:18, 10 July 2007 (EDT)

Revision as of 16:18, 10 July 2007

STOS .BAS file structure

BAS_HEADER
{
 10 bytes  Magic "Lionpoulos": STOS basic source
  1 long   length of source excluding the header
  1 long   offset to first memory bank form end of header
15 x
{
  1 byte   bank type
  3 byte   bank length
}
___+
 78 byte   header size
}
 ?? byte  source code

--Nyh 16:18, 10 July 2007 (EDT)