[A83] Re: ion/tasm
[Prev][Next][Index][Thread]
[A83] Re: ion/tasm
Get rid of the "END" at the end.
You need to include an include file of some sort, ion.inc maybe? I'm not
sure what that is. If that's what it really is called:
#include "ion.inc"
Your prog_start and progstart labels don't match. You have to make them
either with or without the underscore.
-----Original Message-----
From: assembly-83-bounce@lists.ticalc.org
[mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of Nicholas
Palladino
Sent: Monday, July 02, 2001 11:27 AM
To: assembly-83@lists.ticalc.org; assembly-83 digest users
Subject: [A83] ion/tasm
its me again. nothing is helping here is an example of just some of the
stuff Tasm says when I try to compile an ion program.
TASM Z80 Assembler. ion.asm page 1
Speech Technology Incorporated.
ion.inc line 0335: Forward reference in equate: (plotsscreen)
ion.inc line 0336: Forward reference in equate: (plotsscreen)
ion.inc line 0337: Forward reference in equate: (plotsscreen)
ion.inc line 0338: Forward reference in equate: (saferam1)
ion.inc line 0339: Forward reference in equate: (saferam1)
ion.inc line 0340: Forward reference in equate: (saferam2)
ion.inc line 0341: Forward reference in equate: (saferam2)
ion.inc line 0342: Forward reference in equate: (progptr)
ion.inc line 0343: Forward reference in equate: (imathptr1)
ion.inc line 0344: Forward reference in equate: (_copygbuf)
ion.inc line 0345: Forward reference in equate: (_cleargbuf)
ion.inc line 0346: Forward reference in equate: (_clrlcdf)
ion.inc line 0347: Forward reference in equate: (_clrscrf)
ion.inc line 0348: Forward reference in equate: (_chksysvar)
ion.inc line 0349: Forward reference in equate: (saferam3)
ion.inc line 0350: Forward reference in equate: (saferam1)
ion.inc line 0352: Forward reference in equate: (cmdshad)
0003 0000 .LIST
0004 0000~ #ifdef TI83P
0005 0000~ .org progstart-2
0006 0000~ .db $BB,$6D
0007 0000 #else
ion.asm line 0008: Label not found: (progstart)
0008 20000 .org progstart
0009 20000 #endif
0010 20000 AF xor a
0011 20001 30 06 jr nc,prog_start
0012 20003 decription:
0013 20003 48656C6C6F00 .db "Hello",0
0014 20009
0015 20009 prog_start:
0016 20009
0017 20009
0018 20009 .end
0019 20009 END
tasm: Number of errors = 35
can someone tell me what to do, thanks
References: