A83: textinverse problem


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

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/








__________________________________________________________________
Sent by Yahoo! Mail. Get your free e-mail at http://mail.yahoo.com


Follow-Ups: