Skip to content

A simple experiment of coding a MOS6502 CPU, in this example we are able to light up a pixel in green and we can move it around using the directional arrows

Notifications You must be signed in to change notification settings

il-Grigio/6502-movepixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

6502-movepixel

A simple experiment of coding a MOS6502 CPU, in this example we are able to light up a pixel in green and we can move it around using the directional arrows

pip install necroassembler

create a .bin file like this: necro_6502.exe .\movepixel.S .\name_of_the_file.bin

You may need https://github.com/rdeioris/dummy6502/releases/tag/20221018 to simulate it.

Now open the name_of_the_file.bin in the dummy6502 program.

Some documentation:

https://www.masswerk.at/6502/6502_instruction_set.html

http://www.6502.org/tutorials/6502opcodes.html

https://skilldrick.github.io/easy6502/

About

A simple experiment of coding a MOS6502 CPU, in this example we are able to light up a pixel in green and we can move it around using the directional arrows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published