Programs i made in order to learn 6502 assembly language using easy6502 architecture
UPDATE : I am now using 6502asm.com to run my code. It emulates the same architecture but runs faster.
displayAllColors : displays all possible colors you can display using easy6502
fillScreen : fills the whole screen with a single color
inputTest : a single pixel that changes it's color based on the key you pressed (z q s d)
expandingPixel : a pixel that moves while leaving an eternal trail, like snake but your tail doesn't move
Converted my code to work on 6502asm.com