Author Topic: How Many People would want to learn ASM if they could?  (Read 34937 times)

0 Members and 1 Guest are viewing this topic.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: How Many People would want to learn ASM if they could?
« Reply #75 on: April 27, 2010, 09:53:57 pm »
IIRC, Spencer expects you to either include the Spasm source code with the release or link to the revsoft SVN location of the source. Don't quote me on it though :P
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline code241

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +0/-0
    • View Profile
Re: How Many People would want to learn ASM if they could?
« Reply #76 on: May 09, 2010, 11:15:47 am »
I think  that ASM was a challenge to learn, but after looking at the source codes from other people, I understood how to do it.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: How Many People would want to learn ASM if they could?
« Reply #77 on: May 09, 2010, 02:03:11 pm »
I think I am getting a little bit how some of the memory stuff is layed out on the calc and how numbers are stored, thanks to Axe language, but last time I learned ASM, I had an hard time understanding registers and seeing all those push, pop, ld, etc in ASM code confuses me (I get confused at BASIC code when there are several If statements in a row and lot of variable storage x.x)