[TI ASM] Compiling Error with ASM IN 28 Days

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

and thats all i need, i just copy that to note pad save it as ti83plus.inc then put it in the tasm file i created in location c:\asm\tasm.
Our scars reminds us that we do have a past.
Spengo
Calc Master
Posts: 1116
Joined: Sat 15 Jan, 2005 3:56 am
Location: ooga booga land
Contact:

Post by Spengo »

so it would seem.
bananas... o.o
sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

hm... somehow that didnt work either, i copyed that whole thing into wordpad labeled it ti83plus.inc, i did the whole c:\asm|tasm>asm hello and it went through this long list of things and i got about 21000 errors. what does that mean.
Our scars reminds us that we do have a past.
Spengo
Calc Master
Posts: 1116
Joined: Sat 15 Jan, 2005 3:56 am
Location: ooga booga land
Contact:

Post by Spengo »

in notepad, did you switch it to 'all files' before saving?
It may have saved it as ti83plus.inc.txt
bananas... o.o
sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

yeah it is saved as an .inc file, all it does is go through a long list of things and then say it had all these errors.
Our scars reminds us that we do have a past.
CalcKing
Regular Member
Posts: 147
Joined: Sat 18 Dec, 2004 3:24 am
Contact:

Post by CalcKing »

No. Don't get the include file directly from TI if you want to use TASM as your assembler. You need to look for ti83plus.inc in the 'stuff' folder that comes with Learn TI-83 Plus Assembly in 28 Days.

The file should say, near the top:
;Edited by Brett Wagner
;For use with TASM
One of the most important differences is:

Code: Select all

#define equ .equ
#define EQU .equ
Those two lines change the Zilog Developer Studio's EQU equate format to TASM's .equ format. This change is needed for all of the label definitions in the include file, so for every "EQU" that TASM finds, it generates an error message.

Again, use the ti83plus.inc that comes with AsmIn28Days!
sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

there is no "stuff" folder on the site.
Our scars reminds us that we do have a past.
Gambit
Sir Posts-A-Lot
Posts: 252
Joined: Mon 21 Feb, 2005 5:34 am
Location: Laveen, Arizona

Post by Gambit »

It's not on the site, it's in the actual zip file.

/edit:
The Archive Contents wrote:stuff/ti83plus.inc 125702
"If SOURCE is outlawed, only outlaws will have SOURCE."
sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

I had a link a site that had the info on it not something that i had to DL.
Our scars reminds us that we do have a past.
Guest

Post by Guest »

But to get to the "stuff" folder (and the include file), you need to d/l the original zip... :roll:
Gambit
Sir Posts-A-Lot
Posts: 252
Joined: Mon 21 Feb, 2005 5:34 am
Location: Laveen, Arizona

Post by Gambit »

Whoops, that was me :) This "Guest" feature is new to me... :P
"If SOURCE is outlawed, only outlaws will have SOURCE."
sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

Ah see no one said anything about there being a .zip file. They just gave a site to go to, so i did not know. But now i have it so thanx anyways.
Our scars reminds us that we do have a past.
CalcKing
Regular Member
Posts: 147
Joined: Sat 18 Dec, 2004 3:24 am
Contact:

Post by CalcKing »

Actually, you CAN get the modified version of ti83plus.inc from dragon-fire.org: http://www.dragon-fire.org/Asmin28/stuff/ti83plus.inc :)

I'm glad you now have what you need, even if I was a bit late with this link. I didn't know that you could get that file from the website until just now. It does prove that you could have found it if you had looked in the 'stuff' folder there too though! :roll:
sPaZ
New Member
Posts: 22
Joined: Wed 16 Feb, 2005 5:10 pm
Location: South Carolina
Contact:

Post by sPaZ »

Thanx for the help anyways though.
Our scars reminds us that we do have a past.
Post Reply