STOS FILE STRUCTURES: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
 
* [[STOS.MBS|.MBS]]: all 15 STOS memory banks in one file
 
* [[STOS.MBS|.MBS]]: all 15 STOS memory banks in one file
 
* [[STOS.PRG|.PRG]]: a compiled STOS basic program
 
* [[STOS.PRG|.PRG]]: a compiled STOS basic program
  +
<br>
  +
[[STOS MBK MAKER|MBK maker]] a C source for extracting STOS MBK files from any file.

Revision as of 21:09, 10 July 2007

STOS basic uses various files.

  • .BAS: the STOS-basic source code
  • .MBK: a STOS memory bank, a memory bank can contain various things like, pictures, spirites, game maps, music and so on.
  • .MBS: all 15 STOS memory banks in one file
  • .PRG: a compiled STOS basic program


MBK maker a C source for extracting STOS MBK files from any file.