I am not responsible for bad thing witch can occur with your calculator.
That is a library for the ti89: you need have doorsos and graphlib.
and you need userlib to use the example menu...
enjoy...



Hi every body

Sorry for my very bad english but I am french...;-)

I hope you will like this library but this is a small library so don't 
wait to much from it...

This doc is made to explain you to use smenulib v1.02 .

First, you need to make the liste where there is items to put in 
the menu. Format is:

label	dc.b 4,"France   ",0,"USA      ",0,"England  ",0,"Brazil   ",0
title	dc.b "Menu Title",0


The "label" is what you want of course. The first argument is the
number of items. In our case, that is four. After, you write your items
and they must be 9 caracters (put space if they are shorter), and put
after each item a null caracter.
After you write a title like you want...

Before to call library put X in d0 and Y in d1 (in long word)
You call the library by " jsr smenulib@0001" so you don't need include.

If you doesn't understand very well, take a look to menu.asm, that is 
better explain.

Be carrefull, that is a small library and it doesn't make verifications.

If you want contact me: e-mail:		Buggy@mygale.org
			numer ICQ:	21350190
			homepage: 	http://www.mygale.org/09/buggy

See you soon...;-)