Skip to content

pedroafabri/NES-Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation



How to see the Hello World: It's basically a game, so you just need to open "helloworld.nes" with your NES emulator of choice!

Source Files: scr/helloworld.asm - 6502 Assembly file. All the logic is there. src/mario.chr - CHR file extracted from Super Mario Bros 1. It contains all the sprites of the game!

How to compile: > Download NESASM3.exe. It's the 6502 compiler. Sadly I only have the windows version of it. Link: http://nespowerpak.com/nesasm/ > Put NESASM3.exe at /src folder > cd /src > NESASM3 helloworld.asm > TaaDaa!

To Do: > Make the words move with the controller > Improve ReadMe > Include the Windows and Linux versions of NESASM3

About

Simple Hello World in 6502 ASM for Nintendo 8bit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published