Skip to main content
Home Forums 68kMLA IIe card vs Full II for learning assembly? — #4
Post #4 by ClassicHasClass
Source Forum68kMLA
CategoryHardware
Post DateTue, 18 Oct 2011 - 20:02
Original URLhttps://68kmla.org/bb/threads/iie-card-vs-full-ii-for-learning-assembly.24045/
Post
As the semi-maintainer for xa, one such crossassembler, I concur :)

6502 assembly is very useful to learn, not just because it was a common architecture and there are still derivatives in use, but also because it helps you value your registers in a constrained environment. ARM assembly was at least initially "inspired" by 6502, although modern ARM is not really much like it anymore.

mp.ls