Re: A89: asm89 compiling errors


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

Re: A89: asm89 compiling errors




You guys are great!  I asked a question yesterday, and got 6 answers today.
Thanks a lot, I really appreciate you guys releasing a lot of frustration.
If there is anything I can do for you guys, just let me know.  I work with
many web codes (HTML,DHTML,JavaScript, J++), TI-8x basic, QBasic, Pascal,
C/C++, and graphics/art.  If you (all of you) need help anywhere, or want me
to do some programming so you don't have to, email me about what you want
(even as small as math programs for your PC [no Macs] or TI-8x), and I'll
let you know how long it'll take.
Thanks,  Dave

-----Original Message-----
From: <=OpuS=> <opus1@wanadoo.fr>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Tuesday, October 06, 1998 1:59 PM
Subject: Re: A89: asm89 compiling errors


>    I made compilation of 92+ prog for the 89 using Plusshell the batch
>doesn t work at all so I decided to make a version of it. I didn t use the
>sentence in the autoexec.bat here is my batch file (supposed that my ti89
>files are stored in C:\Ti89 :
>ASM89.BAT
>
>C:\Ti89\a68k\a68k.exe %1.asm -g -t -iC:\Ti89\include
>c:\ti89\makeprgm %1
>del %1.bin
>del %1.o
>
>I attached Phoenix compiled for the 89 note that the screen size of the 89
>is smaller than the 92+ so you can t all of the screen play.
>opus1@wanadoo.fr
>
>
>>
>>I also had to edit the ASM89.bat
>>In the version I have there was no path specified to mapkprgm
>>så to get it to work, change the line
>>
>>makeprgm %1
>>
>>to
>>
>>%ASM92P%\makeprgm %1
>>
>>
>>and follow the other instructions given on this list..  it should work..
>>
>>//Olle
>>
>