This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's z80 & ez80 Assembly subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Z80 & 68k Assembly => z80 & ez80 Assembly
Author Message
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 20 Sep 2003 10:32:50 pm    Post subject:

Ok . . . I'm trying to make a ASM Progam and I need to know how to enter in BASIC code into the program?

Is it even possiable
Back to top
JacobdeHaan


Member


Joined: 10 Jul 2003
Posts: 165

Posted: 21 Sep 2003 02:00:17 am    Post subject:

That would be pretty difficult if you want to run the BASIC code. I mean, you could create a BASIC program easily, but actually running BASIC code in an ASM program? That would be pretty difficult, although one example of this would be the CBL APP that TI made, it creates a program called "Ranger" and then executes it.
But if you want to just run it directly as code, you would have to "convert" it to ASM, and I believe that you must have read at least one of the posts about converting from BASIC to ASM.
Back to top
Jeffrey


Member


Joined: 12 Jun 2003
Posts: 212

Posted: 21 Sep 2003 09:44:20 am    Post subject:

Well, couldnt you just make a basic program from the asm one, then direct the parser to the BASIC program, and afterwards delete it?
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 22 Sep 2003 05:57:44 pm    Post subject:

yes, you could... sortof easily... unless you use an app... u can just use the parser.
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 22 Sep 2003 06:01:36 pm    Post subject:

i know of a prgm that does that... search ticalc for ZRUN and look at the source. its a nostub asm prgm that can run other nostub asm or basic prgms flawlesslyfrom archive (copies to prgm N141) or RAM ... however, if the basic prgm has an error, the prgm is interupted and the memory leaked if the prgm is in Archive Sad
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 22 Sep 2003 08:28:25 pm    Post subject:

Quote:
u can just use the parser.


whats that?
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 23 Sep 2003 05:35:52 pm    Post subject:

the parser is what parses the commands you enter.
parse (calc term) - if you parse the command, all you are doing is interpreting it.
exe : the TI-OS parses the sin( token, and interprets it to code that the machine itself understands. Very Happy


Last edited by Guest on 23 Sep 2003 05:37:55 pm; edited 1 time in total
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement