A86: Re: BASIC & inverts! HELP!
[Prev][Next][Index][Thread]
A86: Re: BASIC & inverts! HELP!
yeah, it works great...just make sure you turn it off at the end of ur
prog and when doing menus. It functions on small and large text. Here's
the code...
-------------------------------------------------
;BASIC Text Inverter by Ziggy
#include "asm86.h"
#include "ti86asm.inc"
.org _asm_exec_ram
nop
jp Go
.dw $0000
.dw Title
Title:
.db "BASIC Text Inverter",0
Go:
ld hl,$c3ea
ld a,8
xor (hl)
ld (hl),a
ret
.end
;To run it u gotta Asm( it in the BASIC prog. Each time its run, text
inverse flags are changed...you'll figure it out. Lemme know if u get
probs.
Nick
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]
Follow-Ups:
References: