Re: A83: textinverse problem


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

Re: A83: textinverse problem



You had a syntax error.
It should be:
    RES textInverse,(iy+textflags)

and Not:
    RET textInverse,(iy+textflags)


-----Original Message-----
>Date: Sat, 22 Nov 1997 14:08:34 -0800 (PST)
>From: Brian Creasy <bcreasy@rocketmail.com>
>Subject: A83: textinverse problem
>
>Im having trouble compiling a program that i made because of
>textinverse stuff.  In order to make somthing have textinverse i am
>typing:
>
> SET textInverse,(iy+textflags)
> ld a,0
> ld (currow),a
> ld a,0
> ld (curcol),a
> ld hl,exec
> call _puts
> RET textInverse,(iy+textflags)
>
>thats what the ti documentation says to type, but when i try to
>compile it, it says somthing about an argument.  If anyone could help
>me with this problem, it would be of great help.
>
>Thanx,
>
>==
>Brian Creasy
>http://www.geocities.com/SiliconValley/Bay/2785/