A83: Re: OBJ83 and making .83P files


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

A83: Re: OBJ83 and making .83P files




Everything is correct...I dunno what happened.  Hehe, I love seeing my
program over and over again.  Its that one I get more questions asked than
any other program...once you get past the first tutorials, then other 52
come easy :)...seriously!

Later, James.


==========================================
E-mail matthews@tkb.att.ne.jp              ICQ: 7413754
http://home.att.ne.jp/gold/tomcat21/index.html
http://hyperion.advanced.org/18242/
==========================================
-----Original Message-----
From: Chris Berkhout <ashtar@cranny.schnet.edu.au>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Wednesday, December 16, 1998 12:56 PM
Subject: A83: OBJ83 and making .83P files


>
>I am trying to do some ti83 asm programming. I'm trying to
>get a program that will clear the screen working.
>
>I wrote the .z80 source,
>used asm.bat to compile,
>used 83.bat to convert to .83p,
>send it to the calculator,
>created a basic program to run it....
>
>but it wont work.
>
>When I look at the .lst file, it has done all the assembly
>correctly, the code is in the .obj file, but it's not
>in the .83p file. When i edit the program on the calc it is:
>
>:
>:End
>:0000
>:End
>
>if i type the code in manually it works fine. Other things
>transfer to the calc fine, so it's nothing to do with the
>link. I think something is going wrong in the obj83 stage.
>
>Any ideas ?
>
>I've attached all the files...
>
>TIA