Difference between revisions of "Emulators:Wabbitemu"
Buckeye Dude (Talk | contribs) |
|||
Line 5: | Line 5: | ||
Forum : http://www.revsoft.org/phpBB2/viewforum.php?f=32 | Forum : http://www.revsoft.org/phpBB2/viewforum.php?f=32 | ||
− | Development version : http://svn. | + | Development version : http://wabbit.svn.codeplex.com/Wabbitstudio/Source/Wabbitemu |
− | Current stable version ( | + | Current stable version (September 2010) : http://www.wabbit.codeplex.com (Windows) |
Latest version: http://group.revsoft.org/wabbitemu.exe (Windows) | Latest version: http://group.revsoft.org/wabbitemu.exe (Windows) | ||
== Features == | == Features == | ||
− | * | + | * Send and receive files to and from the emulated calculator via drag and drop |
− | * | + | * Run up to 8 running calculators at once |
− | * Grayscale support | + | * Connect virtual calculators to each other |
− | * | + | * Click buttons on beautifully rendered skins for each calculator model |
− | * | + | * Use built-in screenshot recording to capture the display |
+ | * Grayscale support for 2-12 levels of gray | ||
+ | * Configurable options for all aspects of the emulator | ||
+ | * Copy output from TIOS | ||
+ | * Instantly save and restore compressed states of the calculator | ||
+ | * View the variables currently on each calculator | ||
+ | * Adjust the speed of the calculator from 1%-1600% | ||
+ | * Listen to sound output from the linkport | ||
+ | * A Graphical Debugger specifically for assembly programmers | ||
+ | ** Place execution and data breakpoints | ||
+ | ** View and change any part of the core cpu (registers, | ||
+ | ** View up to five points in memory simultaneously | ||
+ | ** Stack viewer for easy monitoring of the hardware stack | ||
+ | ** Load label files from SPASM for easy debugging | ||
+ | ** Rewinding up to 5 seconds of instructions | ||
== Description == | == Description == | ||
− | * | + | |
+ | == Keys == | ||
+ | Left Shift = 2nd | ||
+ | |||
+ | Right Shift = Clear | ||
+ | |||
+ | Ctrl = Alpha | ||
+ | |||
+ | Esc = Mode | ||
+ | |||
+ | F1 = Y= | ||
+ | |||
+ | F2 = Window | ||
+ | |||
+ | F3 = Zoom | ||
+ | |||
+ | F4 = Trace | ||
+ | |||
+ | F5 = Graph | ||
+ | |||
+ | F7 = Variable Tree | ||
+ | |||
+ | F8 = Toggle 400% speed | ||
+ | |||
+ | F10 = Load File | ||
+ | |||
+ | F11 = Debugger | ||
+ | |||
+ | F12 = On | ||
+ | |||
+ | Space = 0 | ||
+ | |||
+ | Insert = VARS | ||
+ | |||
+ | Home = Math | ||
+ | |||
+ | Page Up = Apps | ||
+ | |||
+ | Page Down = Programs | ||
+ | |||
+ | End = Stats | ||
+ | |||
+ | Backspace = Save screenshot | ||
+ | |||
+ | +/= = X,T,theta,n | ||
+ | |||
+ | -/_ = negative | ||
+ | |||
+ | //? = negative | ||
+ | |||
+ | Numpad 1 = Stats | ||
+ | |||
+ | Numpad 2 = Down | ||
+ | |||
+ | Numpad 3 = Programs | ||
+ | |||
+ | Numpad 4 = Right | ||
+ | |||
+ | Numpad 6 = Left | ||
+ | |||
+ | Numpad 7 = Math | ||
+ | |||
+ | Numpad 8 = Up | ||
+ | |||
+ | Numpad 9 = Apps | ||
+ | |||
+ | Numpad 0 = Vars | ||
+ | |||
+ | Numpad + = + | ||
+ | |||
+ | Numpad – = – | ||
+ | |||
+ | Numpad * = * | ||
+ | |||
+ | Numpad / = / | ||
+ | |||
+ | A = Math | ||
+ | |||
+ | B = Apps | ||
+ | |||
+ | C = Programs | ||
+ | |||
+ | D = x^-1 | ||
+ | |||
+ | E = sin( | ||
+ | |||
+ | F = cos( | ||
+ | |||
+ | G = tan( | ||
+ | |||
+ | H = ^ | ||
+ | |||
+ | I = x^2 | ||
+ | |||
+ | J = , | ||
+ | |||
+ | K = ( | ||
+ | |||
+ | L = ) | ||
+ | |||
+ | M = / | ||
+ | |||
+ | N = log( | ||
+ | |||
+ | O = 7 | ||
+ | |||
+ | P = 8 | ||
+ | |||
+ | Q = 9 | ||
+ | |||
+ | R = * | ||
+ | |||
+ | S = ln( | ||
+ | |||
+ | T = 4 | ||
+ | |||
+ | U = 5 | ||
+ | |||
+ | V = 6 | ||
+ | |||
+ | W = – | ||
+ | |||
+ | X = sto> | ||
+ | |||
+ | Y = 1 | ||
+ | |||
+ | Z = 2 | ||
+ | |||
+ | 0 = 0 | ||
+ | |||
+ | 1 = 1 | ||
+ | |||
+ | 2 = 2 | ||
+ | |||
+ | 3 = 3 | ||
+ | |||
+ | 4 = 4 | ||
+ | |||
+ | 5 = 5 | ||
+ | |||
+ | 6 = 6 | ||
+ | |||
+ | 7 = 7 | ||
+ | |||
+ | 8 = 8 | ||
+ | |||
+ | 9 = 9 |
Revision as of 00:19, 19 September 2010
Wabbitemu
Forum : http://www.revsoft.org/phpBB2/viewforum.php?f=32
Development version : http://wabbit.svn.codeplex.com/Wabbitstudio/Source/Wabbitemu
Current stable version (September 2010) : http://www.wabbit.codeplex.com (Windows)
Latest version: http://group.revsoft.org/wabbitemu.exe (Windows)
Features
- Send and receive files to and from the emulated calculator via drag and drop
- Run up to 8 running calculators at once
- Connect virtual calculators to each other
- Click buttons on beautifully rendered skins for each calculator model
- Use built-in screenshot recording to capture the display
- Grayscale support for 2-12 levels of gray
- Configurable options for all aspects of the emulator
- Copy output from TIOS
- Instantly save and restore compressed states of the calculator
- View the variables currently on each calculator
- Adjust the speed of the calculator from 1%-1600%
- Listen to sound output from the linkport
- A Graphical Debugger specifically for assembly programmers
- Place execution and data breakpoints
- View and change any part of the core cpu (registers,
- View up to five points in memory simultaneously
- Stack viewer for easy monitoring of the hardware stack
- Load label files from SPASM for easy debugging
- Rewinding up to 5 seconds of instructions
Description
Keys
Left Shift = 2nd
Right Shift = Clear
Ctrl = Alpha
Esc = Mode
F1 = Y=
F2 = Window
F3 = Zoom
F4 = Trace
F5 = Graph
F7 = Variable Tree
F8 = Toggle 400% speed
F10 = Load File
F11 = Debugger
F12 = On
Space = 0
Insert = VARS
Home = Math
Page Up = Apps
Page Down = Programs
End = Stats
Backspace = Save screenshot
+/= = X,T,theta,n
-/_ = negative
//? = negative
Numpad 1 = Stats
Numpad 2 = Down
Numpad 3 = Programs
Numpad 4 = Right
Numpad 6 = Left
Numpad 7 = Math
Numpad 8 = Up
Numpad 9 = Apps
Numpad 0 = Vars
Numpad + = +
Numpad – = –
Numpad * = *
Numpad / = /
A = Math
B = Apps
C = Programs
D = x^-1
E = sin(
F = cos(
G = tan(
H = ^
I = x^2
J = ,
K = (
L = )
M = /
N = log(
O = 7
P = 8
Q = 9
R = *
S = ln(
T = 4
U = 5
V = 6
W = –
X = sto>
Y = 1
Z = 2
0 = 0
1 = 1
2 = 2
3 = 3
4 = 4
5 = 5
6 = 6
7 = 7
8 = 8
9 = 9