ASM language?

United States
January 7, 2009 5:28pm CST
Hey everybody. I've been programming on my Calculator (TI 83+) with TI Basic and have been experimenting with games. But I found out that most TI games are programed in Asembly (ASM) language. I've tried to find "how to" books and all, but lets face it, ASM isn't quite as popular as Java! Does anyone here know ASM? Can ya help me or give me a few lessons? Thanks!
1 response
• United States
28 Apr 12
ASM can be a very hard language to learn. You also have to take into account, that there is a different ASM language for each CPU type. For example, Intel and PowerPC processors both have different ASM languages. They might have similar command sets, but you would have to learn how to program in ASM for each CPU seperatley. There are many tutorials on the net that will teach x86 ASM(Intel Processors). I'm sure you can find tutorials for other CPU sets as well.