Re: A86: Menus


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

Re: A86: Menus






Garcia wrote:

> Pat,
>
> I was wondering if you could give me any information on menus, specifically
> what token values I can place as the first byte and then what they do and
> their syntax.  For eaxmple is program execution $41.

I know I'm not Pat, but I think I can give a good go at these questions.  $01
executes assembly and is followed by two bytes that are loaded into the register
bc (when it the program is executed).  I'm almost certain that $41 loads the hl
register, while $c1 loads the de register with the following bytes.  It may be
the other way around, though.

>  Also is the text file
> in ticalc.org named 86custom
> (http://www.ticalc.org/pub/text/calcinfo/86custom.txt) is it accurate.  Does
> $05 spawn a submenu.

Try it!

> Also do all token bytes work the same in mulitples of
> sixteens?

Yes.  All the ones I've tried, anyway.

> I would appreciate it if you could answer this stuff.
>
> I'm putting together a web page which will focus specifically on what users
> can do to customize their calc, and will include detailed explanation of the
> user,on,off interrupts, the entire menu system (hopefully), creating asap
> programs, creating user defined functions, and anything else I can think of.

Good luck.  :-)

>
>
> Andres Garcia
> ----------------------
> xrigel@q-net.net




References: