Re: How do I do this?
[Prev][Next][Index][Thread]
Re: How do I do this?
You are compiling your TI code with a standard C compiler, this is your error
because C compilers (in general) only compile to the platform you're running
under, so even though the assembly code you wrote is in Z80-assembly (TI
assembly) it is being compiled to the x86 (or 68K or G3 or whatever you're
using) so it will not run on a TI calculator. I hope you understand what I'm
saying. To fix this I suggest you download TASM somewhere (I seem to remember
obtaining off a TI assembly programming site with the library that allows it
to compile the assembly file under Z80-platform style). So get hold of that
Assembler and a good tutorial on how to get the damn thing to work (I know I
had trouble at first because I wasn't used to making that type of stuff).
Hope this was at least some help...
--the Rabid_Stick
P.S. do you know how hard it is to type without an index finger? I cut mine
today and I can't apply *any* pressure to it.
Franz Liszt wrote:
> Pardon me everyone!
>
> I have a big question to ask. I have completed an ASSEMBLY game (for
> TI-86) that I have made with my C++ Programming Software and I would like
> to send it to my calculator. But it won't work. What do I have to do to
> send it to my calculator? Anything would help!!!!!
>
> Also, I took a look at some of the programs from TI-FILES and CALC.ORG
> that people have made and I have noticed that they saved their ASSEMBLY
> program like this:
>
> blah.86p
>
> But when I save my ASSEMBLY game as a .86p file extension, it won't send
> to my calculator. It'll say that "This file has an invalid format".
> What do I do? And no, I can't send my program with the extension .asm to
> my calculator either. I have already tried that.
>
> -Brian
> ___________________________________________________________________
> Get the Internet just the way you want it.
> Free software, free e-mail, and free Internet access for a month!
> Try Juno Web: http://dl.www.juno.com/dynoget/tagj.
>
> ******************************************************************
> * To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
> * with a message (not the subject) that reads SIGNOFF CALC-TI
> *
> * Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
> ******************************************************************
******************************************************************
* To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
* with a message (not the subject) that reads SIGNOFF CALC-TI
*
* Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
******************************************************************
References: