Sv: A83: EmCalc troubles


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

Sv: A83: EmCalc troubles




yeah
thanks for your help. I just found out how to make it all work. I think James ought check his tutorial over. The following things should be corrected:
1) The ret should be tabbed in.
2) in the description of the batch-files it should say "obj83 %1.obj %1.83p" instead of "obj83 %1.z80 %1.83p".
3) add #define EQU .equ to the starting code for every program. (As mentioned earlier)

Besides that thanks for a great tutorial!

Thomas
-----Oprindelig meddelelse-----
Fra: Jimmy Conner <timagic@yahoo.com>
Til: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Dato: 8. september 1998 19:48
Emne: Re: A83: EmCalc troubles


>
>I believe your clr.z80 should be like this (below).  With the 'ret'
>tabbed over.  If not then your program will not ret to the basic
>program and it will lock up.
>
>.NOLIST
>#define end .end
>#define equ .equ
>#define EQU .equ
>#include "ti83asm.inc"
>#include "tokens.inc"
>.LIST
>.org 9327h
>    call _clrLCDFull
>    ret
>.end
>
>
>
>Jimmy
>
>==
>»»»»»»»»»»»»»»»»»»»»«««««««««««««««««««««
>»               TI-Magic                «
>»  http://www.angelfire.com/tx/timagic/ «
>»            TIMagic@Yahoo.com          «
>»»»»»»»»»»»»»»»»»»»»«««««««««««««««««««««
>
>_________________________________________________________
>DO YOU YAHOO!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>