Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SmileBASICFileVersion

Normalized values for different SmileBASIC file versions.

Index

Enumeration members

Enumeration members

SB3

SB3: = 0

SmileBASIC 3 files have a 0x50 byte header, and use 18 bytes for Author usernames in the header.

File version byte: <= 0x03

Supported file types: TXT/PRG, DAT/GRP, PRJ

SB4

SB4: = 1

SmileBASIC 4 files have a 0x70 byte header, and use 32 bytes for Author usernames in the header.

File version byte: >= 0x04

Supported file types: TXT/PRG, DAT/GRP, PRJ, META, JPEG

Generated using TypeDoc