Re: A86: disp a menu


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

Re: A86: disp a menu




I'm actually not sure what he wanted. I believe that he wanted a ROM call
that would do like the Menu( command in BASIC (in which case Jonah's routine
should work), or he wanted a ROM call that would display the menu that is
displayed when someone pushes the PRGM key. But that seems unlikely. So
Jonah's routine should work. You don't want to use the ROM call for
enu( even if you could find it because you'll have to do icky things like
create temporary strings.

----- Original Message -----
From: Nick Disabato <nickd@nickd.org>
To: <assembly-86@lists.ticalc.org>
Sent: Friday, May 26, 2000 6:37 PM
Subject: Re: A86: disp a menu


> Though this list is for asm, here you go:
>
> Menu(1,"Blah",A,2,"Spam",B)
> so Blah is in position 1, going to Lbl A; and Spam is in position 2, going
> to Lbl B.
>
> I feel so dirty.





Follow-Ups: References: