nes-pascal

Getting Started

English Português (Brasil)

The compiler runs directly from the repository and produces an NES ROM from a single .nsp source file.

  1. Install the prerequisites.
  2. Read and compile the first program.
  3. Build other examples and run them in an emulator.
  4. Run the compiler test suite when contributing changes.

For a complete small-game flow with Title, Playing, Paused, GameOver, and restart, start from the game-state reference example.

For the complete implemented syntax, see the Language Guide.