z80asm-devel
[Top][All Lists]
Advanced

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

Re: [Z80asm-devel] Help for Code in Z80 Assembly


From: Bas Wijnen
Subject: Re: [Z80asm-devel] Help for Code in Z80 Assembly
Date: Thu, 31 Mar 2005 10:35:36 +0200
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Sainath A Bagkar wrote:
Can u please tell me how to get custom menus in Z80 assembly for TI 83 plus?

That depends entirely on the operating system running on the device.  A
menu is nothing more than a data structure which is interpreted as
someting to print on the screen.  With machine code you can change the
data structure, but there is no standard way to do this, because there
is no standard data structure.

So you need to get some documentation on the device (google can probably
find it for you :-) ).  Then you can use machine code (which can be
generated from assembly by an assembler) to actually create your menus.
 If you need help with that, please ask, but quote the relevant
documentation.

I hope this helps.

Thanks,
Bas

--
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://129.125.47.90/e-mail.html

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]