RE: A83: executing basic progs in assembly
[Prev][Next][Index][Thread]
RE: A83: executing basic progs in assembly
I must have asked that question 5 times. I finaly figured it out. Please
correct any spelling mistakes I may make in the calls.
Assume the program is prog1
ld HL,prog1
B_CALL Mov9ToOP1
B_CALL ChkFindSym ;This may not be needed
B_CALL ParseInp
....
More coding
....
ret
prog1:
ProgObj, "prog1"
Download sdk83pguide from www.ti.com for more information on most documented
rom calls
-----Original Message-----
From: owner-assembly-83@lists.ticalc.org
[mailto:owner-assembly-83@lists.ticalc.org]On Behalf Of Joe Pemberton
Sent: Sunday, January 07, 2001 12:58 AM
To: assembly-83@lists.ticalc.org
Subject: A83: executing basic progs in assembly
I was wondering... how exactly do you execute basic programs from within an
assembly program? Is there like a rom call or something that does that?
_____________________________________________
Free email with personality! Over 200 domains!
http://www.MyOwnEmail.com
References: