i have a ti-83 and well my tokens does not work and neither does my tasm83 and so can a really experienced asm programmer post the code or something for their copies.
Didn't you already ask the question about the tokens? (Link)
yes but it messed up again and this time i also need the ti83asm.inc as well
If you messed up again, you need not make a new thread. You should have gone back to your old thread and check that one.
What could have happened? Did you delete ti83asm.inc?
May I recommend this:
http://www.ticalc.org/archives/files/fileinfo/1/156.html
i did not delete my ti83asm i just tried to learn asm again and i got like 3700 some errors . Evil or Very Mad Cool
this is the error that i get when i copy the other file how do i fix it

tokens.inc line 0001: unrecognized instruction. (LIST)
Please edit posts instead of doubleposting. Smile

show me your asm file source code.

Code:
.NOLIST         
#define end .end
#define END .end
#define equ .equ
#define EQU .equ
#include "ti83asm.inc"
#include "tokens.inc"
.LIST         
.org 9327h
   call _clrLCDFull

   ret

.end
END
Kerm, there were 6 days between the consecutive posts
IIRC, I do remember one tutorial on ASM programming that said tokens.inc was messed up and warned not to use it. It didn't say why so I am not sure if this is true.

just my two cents...

edit: never mind, I was wrong
lafferjm wrote:
this is the error that I get when I copy the other file how do I fix it

tokens.inc line 0001: unrecognized instruction. (LIST)
Try changing the LIST on the first line into a .LIST.
Yup, the correct commands are .list / .LIST and .nolist / .NOLIST.
Did that work for you lafferjm? The reason that you had those thousands of errors was because the first line (the .list) was written wrong and so everything after it was interpreted wrong.
first line in code or first line in tokens because the first line in code is a .list
What Question Question Question Confused
KermMartian wrote:
Yup, the correct commands are .list / .LIST and .nolist / .NOLIST.



sorry it would not let me delete the upper one.
You're not making any sense at all.
read every post on this page then you should be able to understand.
  
Page 1 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement