Hacker News new | ask | show | jobs
by m463 1942 days ago
There are some assembly languages that are pretty straightforward to write code in, and if you're organized it is not too onerous a task.

That said, 6502 is probably one of the LEAST featureful assembly languages I've ever used. I remember finding out it didn't have an ADD instruction - you clear carry, then add with carry.