/easy6502programs

Programs i made in order to learn 6502 assembly language using easy6502 architecture

Primary LanguageAssembly

easy6502programs

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.

Program list (sorted by chronological order) :

16th November 2022

displayAllColors : displays all possible colors you can display using easy6502

fillScreen : fills the whole screen with a single color

17th November 2022

inputTest : a single pixel that changes it's color based on the key you pressed (z q s d)

18th November 2022

expandingPixel : a pixel that moves while leaving an eternal trail, like snake but your tail doesn't move

23rd November 2022

Converted my code to work on 6502asm.com