An NES ROM that shows how the Space character worked in Metroid passwords.
Go to file
John Bintz f60e4f8082 moved to gitea 2023-07-15 07:12:14 -04:00
LICENSE initial commit 2021-07-14 21:51:09 -04:00
README.md moved to gitea 2023-07-15 07:12:14 -04:00
calderon_with_bamboo.chr initial commit 2021-07-14 21:51:09 -04:00
data.asm get working in nestopia 2021-07-16 11:55:20 -04:00
galois16.asm initial commit 2021-07-14 21:51:09 -04:00
nesdefs.dasm initial commit 2021-07-14 21:51:09 -04:00
nesppu.dasm initial commit 2021-07-14 21:51:09 -04:00
password.asm initial commit 2021-07-14 21:51:09 -04:00
password.nes get working in nestopia 2021-07-16 11:55:20 -04:00
processing.asm initial commit 2021-07-14 21:51:09 -04:00
view.asm initial commit 2021-07-14 21:51:09 -04:00

README.md

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