[A83] Re: Tasm for linux


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

[A83] Re: Tasm for linux




At 08:43 AM 7/11/01 -0600, you wrote:
>
>Quite likely your problem is that the equates in ti83plus.inc were designed
>for a different compiler. I think that
>#define equ =
>before you include ti83plus.inc should fix the problem. You may also need
>things like:
>#define C0h 0C0h
>for every such value that occurs in the include file that way.


You have to go

#define equ .equ
#define end END
#define .end end




References: