Re: A86: a couple questions that have been building up...


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

Re: A86: a couple questions that have been building up...




In a message dated 6/20/98 4:39:44 PM Eastern Daylight Time, rabidcow@juno.com
writes:

>         ld a,$0c
>          ld (_asap_ind),a
>          call _exec_pg3
>  
>          rst 10h ;findsym
>          ;bde->wlstring
>          ld a,b
>          ld h,d
>          ld l,e
>          call _load_ram_ahl


what does _load_ram_ahl do?

how do i get the string into an OP?  (or more than one or however many it
needs)

the game i'm writing needs the user to input one letter in order to make a
choice.
i would prefer to input it with the cursor rather than _getkey, and once it's
in, i need to be able to compare the first byte with another byte.

also, i tried setting the alphalock flag on before calling _exec_pg3, but when
i tried it the cursor was normal.


Follow-Ups: