0 Members and 5 Guests are viewing this topic.
Lol I just took a quick look at Lesson 3, and I wonder if for early BASIC programmers, Axe Parser couldn't act as some sort of bridge towards ASM? Some of the pointer stuff seems pretty similar to Axe. Of course, in lower level but still pointers/memory addresses
It might be good to specify how much RAM exactly in total the 83+ has, though.
In tutorial 2 you might want to give the right answer for computation 4
Hot_Dog, why is the .org statement given as a base-10 number? Wouldn't it be more effective just to use hex, since that's what will be used later anyway? Or do you plan to change it eventually?Edit: I am, of course, referring to Lesson 4
By the way, H and L can be used as a pair. Since H = 0 and L = 6, HL =06, meaning HL = 6. For the time being, don’t take this and run with it:if H = 1 and L = 7, HL DOES NOT equal 17.
23*Edit* actually I take that back, it would be 263. Just woke up, still half asleep. X_X
On my side of things, I've gotten a lot of errors when trying to compile your programs.I haven't compile a program yet.This error is the culprit:ti83plus.inc:51: error: Can't recognize 'EQU' as an instruction or macro