Re: A86: Re: Bars
[Prev][Next][Index][Thread]
Re: A86: Re: Bars
Thanks for telling me about the include file. That cleared up my errors.
(duh...) However, when I tried to use the menu in my program, it printed a
lot of garbage, and crashed my calc. Can you explain how it should be used a
little? Like, how do I set up the table? I understand the sample, but how
exactly would I structure my real one? In the sample, it said "example
table:", but how do I refer to my table? Is it a label, or what?
This is my table
.db 4
.db "Choose",0
.db "New Game",0
.db "Help",0
.db "Info",0
.db "Quit",0
.dw New
.dw Help
.dw Info
.dw Quit
Thanks for any help,
Bowser