STOS.MBS: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Nyh
No edit summary
>Wongck
No edit summary
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:
</pre>
</pre>
--[[User:Nyh|Nyh]] 16:20, 10 July 2007 (EDT)
--[[User:Nyh|Nyh]] 16:20, 10 July 2007 (EDT)
[[Category:STOS BASIC]]
[[Category:Data Formats]]

Latest revision as of 08:02, 11 October 2011

STOS .MBS file structure

All 15 memorybanks in one file

MBS_HEADER
{
  10 bytes  Magic "Lionpoubnk": STOS memorybanks
   1 long   0
   1 long   total size excluding the MBS_HEADER
15 x
{
  1 byte   bank type
  3 byte   bank length
}
___+
 78 byte   header size
}
total_size bytes   Memory banks

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