Re: A83: textinverse problem


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

Re: A83: textinverse problem



well, it should be RES or RST (I forget the name--means RESET,look up in 
Z80 hardware reference, or the TASM z80.tab) NOT RET.  RET means return 
and returns/tells the current routine to quit, so that's why it gives you 
an error.  The TI doc you're looking at must eaither have a typo or you 
read it wrong...

		-Dimitri

On Sat, 22 Nov 1997, Brian Creasy wrote:

> 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
> 


References: