0 Members and 1 Guest are viewing this topic.
But ARM ASM seems really cool, especially for the Nspire I understand learning ASM can be much harder for some people, though. I think it may be due to how certain tutorials (such as 28 days) are written, though. People who are visual may have an hard time learning ASM by relying only on it.
So if I want a 10 seconds wait I just need to do something likeCode: [Select]rand(500)rand(500)More Code...This will have the same effect of rand(1000). Correct?
rand(500)rand(500)More Code...