Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 416 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 416 Bytes

NES Pong (2019)

Pong programmed for the NES using NESASM (6502)

Build and Run

(Requires NESASM3 compiler and an NES emulator)

  • run nesasm3 pong.asm in powershell
  • Load the outputted .NES file into an emulator

Acknowledgements