0 Members and 3 Guests are viewing this topic.
I have a question about page 10 from lesson 7.If you check that A <= 90 shouldn't the ASM equivalent be CP 91 instead of CP 89?Since you check for the C flag condition, if A were 90 or 89 it wouldn't be set.
Just a reminder: I've had a lot of people copying and pasting example programs. If you do that, DO NOT COPY AND PASTE THE LINE #include "ti83plus.inc" You will get an error if you do not retype it yourself.
Quote from: Hot_Dog on November 28, 2010, 06:51:26 pmJust a reminder: I've had a lot of people copying and pasting example programs. If you do that, DO NOT COPY AND PASTE THE LINE #include "ti83plus.inc" You will get an error if you do not retype it yourself.Why does it cause an error? Is it because you use a different unicode character?
Ah ok. I had issues with quotes before in VB classes. The keyboards typed the french quotes that looks like << and >> instead of ". Windows 98 even changed " to << automatically. It made Visual Basic 6.0 programming a major pain until they found a way to fix it.
C:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3167: warning: redefinition of 'TPOLARG'C:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3167: warning: previous definition of 'TPOLARG' was hereC:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3168: warning: redefinition of 'TRECTG'C:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3168: warning: previous definition of 'TRECTG' was hereC:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3169: warning: redefinition of 'TCOORDON'C:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3169: warning: previous definition of 'TCOORDON' was hereC:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3170: warning: redefinition of 'TCOORDOFF'C:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3170: warning: previous definition of 'TCOORDOFF' was hereC:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3171: warning: redefinition of 'TDRAWLINE'C:\Documents and Settings\*\Desktop\TI stuff\ASM_programming\ti83plus.inc:3171: warning: previous definition of 'TDRAWLINE' was here
First of all, I want to thank Hot_Dog for making this tutorial. It's been very helpful so far, and it's increased my interest in joining this community.