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
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 21 Jun 2003 05:24:00 am    Post subject:

In fact, I first used objhex, which converted the .obj file in .hex, so that I had a code like "EF4045", and then, I had to copy/paste it in a .8xp file with the instruction "AsmPrgm". And then, I could use "AsmComp(" on my calculator to re-compile it.

But now, I'd like to use a prgm like DevPac83, but I've got a TI-83+, so I read I had to use "QPack". Its use is easy : when I get the .obj file, I just write the command line "QPack %1.obj", and then I get "%1.8xp".
But then, when I try launching the prgm on my calculator, it does not work, even if I replace
.org 9d95h by

.org 9d93h
.db $BB,$6C
or by

.org 9d91h
.db $BB,$6C,$3F
(the last caracter is equal to [ENTER])

So how have I to proceed ? Please tell me ; it is not very important, but I'd earn a lot of time if I hadn't to copy/paste the .hex file.

thx
Back to top
Shoester


Newbie


Joined: 02 Jun 2003
Posts: 8

Posted: 21 Jun 2003 06:36:56 pm    Post subject:

Well you could download ionpak here. It has all the stuff you'll need to assemble in binary so you can just send the program directly to your calculator (or VTI). Though you'll also need mirage or ion if you don't already.
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 22 Jun 2003 04:20:39 am    Post subject:

Your DB statement is incorrect.

Try:

.db $BB,$6D

Without a correct db statement, your program will not have the correct asm header; therefore, you will likely get something like Err:Invalid
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 23 Jun 2003 12:02:27 pm    Post subject:

Did u try DevPak8x? it comes with the sdk, and it works great! i use the 83pa28d tut. and i use the sdk for compiling! it also has a great gui in the asm.bat file!
Back to top
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 23 Jun 2003 01:27:24 pm    Post subject:

Anyway, if I have to use a shell after the compilation, it doesn't interest me.

thx all the same !
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