Re: A86: Re: Bars


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

Re: A86: Re: Bars




You need to include asm86.h in your program.  Those key equates are the ones
for GET_KEY (the ZShell name, called _getky by TI).  The file comes with
Assembly Studio, or for TASM users, Alan Bailey's ASM 86 III.

-----Original Message-----
From: Bowser797@aol.com <Bowser797@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Monday, November 16, 1998 4:59 PM
Subject: Re: A86: Re: Bars


>
>When I try to build that using Asm. Studio 86, i get 5 errors, like this:
>
>Label not defined:  "K_UP"
>Label not defined:  "K_DOWN"
>Label not defined:  "K_SECOND"
>Label not defined:  "K_ENTER"
>Label not defined:  "MUL_HL"
>
>Now, I'm really new to asm, so this is probably some simple mistake on my
>part, but can someone tell me what I'm doing wrong?  Something to do with
>equates, maybe?  Like I said, I'm new to asm.
>
>-Bowser