Hacker News new | ask | show | jobs
by jeff_harris 3488 days ago
Thanks! It's just a fun project, so of course there are lots of ways to improve it!

I found writing 6502 assembly code is strangely comfortable once you get over the initial face-palm moments ;)

2 comments

What a fun project! Back in the day I wrote a full VT100/VT220 emulator in .asm for the C64 using bitmapped graphics for an 80 column screen.
How would you recommend getting further acquainted with 6502 Assembly? After reading 'Easy 6502' (https://skilldrick.github.io/easy6502/), I'm not sure where to go after that. Awesome project, btw!