Re: A86: Menus
[Prev][Next][Index][Thread]
Re: A86: Menus
Thanks, do you know how to make a "sub-menu" pushing the current menu up
a line and in inverse text.
---
Andy Johnson
"Change is inevitable...
except from vending machines"
On Thu, 19 Feb 1998 21:34:57 -0500 Dux Gregis <assets@eden.rutgers.edu>
writes:
>
>To invoke a menu load hl with a pointer to the menu data, call $49c8
>and
>$49e8.
>
>So, to bring up the custom menu your code would look like:
>
> ld hl,$d1c3
> call $49c8
> jp $49e8
>
>:-)))))))))))))))))))))))))))))))))))))
>
>Maybe this weekend I'll put together a document that explains menu
>structure.
>
>
_____________________________________________________________________
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
Or call Juno at (800) 654-JUNO [654-5866]
Follow-Ups:
References:
- A86: Menus
- From: Dux Gregis <assets@eden.rutgers.edu>