A89: Re: New TI-89/92(+) emulator


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

A89: Re: New TI-89/92(+) emulator




May I mention that this is the one people were looking for but it was still
beta -- I had the beta of your emu - great job!

Ahmed El-Helw <ahmed@ticalc.org>
   Program Ideas and Upcoming Programs
   the ticalc.org project - http://www.ticalc.org/
_______________________________________
http://hail.icestorm.com/asm/
ICQ: 3350394
----- Original Message -----
From: Rusty Wagner <river@gte.net>
To: Assembly 89 <assembly-89@lists.ticalc.org>
Sent: Thursday, December 24, 1998 10:45 PM
Subject: A89: New TI-89/92(+) emulator


>
>The new emulator, Virtual TI-89/92(+), is released.  You can get it on my
>web page at http://home1.gte.net/river.
>
>Features:
>* ROM versions are automatically detected
>* Switch between ROM versions without restarting the emulator
>* Archive memory support for TI-89 and TI-92 Plus
>* Send files to the calculator
>* Use a TI Graph-link cable to connect to a real TI-89 or TI-92
>* Save and load the state of the calculator.  Any changes to the Flash ROM
>  (i.e. archived variables) will be included in the state.
>* 4-level and 7-level grayscale support
>* Bitmap of the calculator with clickable buttons
>* On the TI-89, the letter keys are aliased to produce their respective
>  letters.  No need to press the Alpha key, just type.
>* A full-featured graphical debugger:
>        * Code disassembly pane.  ROM call addresses are replaced by the
>          name of the ROM function (TI-89 and TI-92 Plus only).
>        * Code breakpoints.  Does not modify memory, so they are completely
>          transparent.
>        * Data breakpoints can be set on a single byte, word, or dword, or
>          a range of addresses.
>        * Set a breakpoint on entry to an assembly program automatically
>        * View and change the value of the registers
>        * Hexadecimal memory view/edit pane with search capability
>        * Handle pane which lists all allocated handles.  Allows user to
>          jump directly to the start of the handle within either the
>          disassembly pane or the memory pane.
>        * Real time updates to the LCD, even with grayscale
>        * Log reads/writes to memory or changes to individual bits
>
>