Re: A86: Second & Alpha


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

Re: A86: Second & Alpha




>GET_KEY is defined not in ti86asm.inc but rather in asm86.h
>to display a character, do this:
> ld a,LsqUp ;whatever char you want
> call _putc ;display the char whose code is in a

Or if you wanted to display it in _vputs text, you would call _vputmap
_________
JBrett
tbarwick@esn.net - http://brett.acz.org
ICQ UIN: 20607010
AIM: BarwickBJ
ACZ member - http://www.acz.org



Follow-Ups: