An NES ROM that shows how the Space character worked in Metroid passwords.
Go to file
johnbintz 4422c65bc4 move to gitea 2023-07-15 07:11:15 -04:00
LICENSE initial commit 2021-07-14 21:51:09 -04:00
README.md move to gitea 2023-07-15 07:11:15 -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!

This project has moved to Gitea: https://code.hackerbun.dev/TheIndustriousRabbit/nes-password-rom

Building

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

Credits