Re: A86: Re: Problems with ti86asm.inc (was Free Willy!)


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

Re: A86: Re: Problems with ti86asm.inc (was Free Willy!)



>Wow!  You got some email software that quotes!  Good job!

>Anyway, to answer your question by asking another, what assembler are you
>using?  You can't use the original ti86asm.inc file with TASM.  It uses a
>couple different formats, one of which is this:

>_clrLCD                          .equ            4A7Eh
>_clrScrn                         .equ            4A82h
>_putmap                          .equ            4A27h

>I think it also accepts '=' for '.equ' and '$4A7E' for '4A7Eh'

Okay so how would l change the ti86asm.inc so that TASM will accept it?