[A83] Re: Apps: part II


[Prev][Next][Index][Thread]

[A83] Re: Apps: part II




so by this methodology, you can write the source code in notepad, and use 
tasm to compile?  The APP automatically jump to the start of the 
application + 128 bytes, to "skip" the header.  Is that correct?  if it is, 
then making a flash application is easier than i thought.  Also, thanks for 
sharing that bit about the header.  I know its in the help file at TI, but 
the new education.ti.com site was pretty hard to navigate.

also, Does anyone know what kind of stuff messes up between the silver 83+ 
and the 83+?  I noticed that Phoenix 83+ has the graphics off by a few 
bytes on the silver 83+.

Harper Maddox

ps. If this is the case, then I might port a few games to 83+ app 
tonight.  So a swift response from anyone "knowledgeable" is appreciated.

At 04:21 PM 6/20/2001 -0700, you wrote:
>Addendum to previous e-mail:
>
>After you have compiled your app (use "tasm -i -o20 -80 %1.asm %1.hex" in 
>a batch file), you must copy the .hex file to the C:\Program Files\TI 
>Education\TI-83 Plus Flash Debugger\Utils\ directory. Open a DOS window, 
>and type "appsign 0104.key myfile.hex" where myfile.hex is your .hex file. 
>Then send the *.8xk file it creates to your calc.
>
>Have fun
>
>--
>Michael Vincent
>Detached Solutions - www.detacheds.com
>--
>Senior Vice-President/Chief Software Architect
>Radical Software - www.radicalsoft.org




Follow-Ups: References: