Re: A86: getkey program


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

Re: A86: getkey program




> Hi there.  I tried this program and this is what I have:
> 
>       call _clrLCD
>         call _runindicoff
>         call _getky
>         call $426f      ;op2toop1
          ld a,5          ;maximum width of output
>         call $5191      ;formReal
>         ld hl,_OP3
>         ld bc,$0000
>         ld (_penCol),bc
>         call _vputs
>         ret
> 
> When I try to run this program on my emulator, it gives me the error
> "Overflow".  Can somebody help me?  Is it just my emulator?  I don't think it
> is because everything else seems to work fine on it.

Later,
-- 
+-----------------------------------------+
|     name : CLEM                         |
| homepage : http://www.mygale.org/~clems |
|   e-mail : mailto:clems@mygale.org      |
+-----------------------------------------+



References: