nes-pascal

NES Runtime

The implemented runtime provides a small initialization sequence for an NTSC NROM program. It exposes two source-language commands:

Both commands belong to the top-level main program block. They cannot appear inside conditionals, loops, or procedures because initialization commands must execute in a predictable sequence.

See Target platform for the generated ROM format and hardware initialization behavior.