nes-password-rom/README.md

643 B

NES Password ROM

An NES ROM that shows how the Space character worked in Metroid passwords. It was also an opportunity to learn 6502 assembler and the basics of NES development! Visit r1kr.blog/read/nestextpasswordrom to learn more!

Building

  • Install dasm
  • Run dasm password.asm -f3 -opassword.nes
  • Run password.nes in your favorite emulator.

Credits