
Warning:
-------
This version is for Windows XP / 2000 / Me / 98 / Nt 2000 Server /
Nt 2003 Server. This is not for Windows Vista or Windows 7.

Under Windows 7 Ultimate there is an Emulator of Windows XP distributed
by Microsoft (A Virtual Machine). Perhaps
the calculator runs on that. (Do not tested).


Excuse my English. :-)


You need the runtime installed before run SIM59.



Version 0.01 (2010/10/03)
-----------
This is a preview version.
Currently I'm testing it.

Pending on version 0.01:

Statistics
Correlation
2nd op
2nd pgm (modules)

If a step of a program is written bad, write it direct within child program
window !

Some times the display is aligned left when must be aligned to right.

Error status (blink) pending.

I recomend to test with elementary programs.


Version 0.02 (2010/10/04)
-----------
Implemented OP 20 to OP 39 

Version 0.03 (2010/10/05)
------------
Some statistics implemented.
OP indirect

Version 0.04 (2010/10/10)
------------
Implemented OP 00 to OP 07

Version 0.05 (2010/10/12)
------------
Implemented HIR (Hierarchy register) operations
where:
HIR
xy  means:

x=0 (STO)
x=1 (RCL)
x=2 (EXC)
x=3 (SUM)
x=4 (PRD)
x=5 (INV SUM)
x>5 (INV PRD)

y= 1 to 8 is HIR 1 to 8

Examples: HIR 21 is x <-> HIR1 ( x<>y on the HP41 )

HIR 52 is store HIR2 - x to HIR2 ( st- z on the HP41)
HIR 63 is store HIR3 / x to HIR3 ( st/ t on the HP41)


Version 0.06 (2010/10/14)
------------
Implemented Font display option on main menu.

New button SAVE PART in child program window for saving a program
only until the current step.  This avoid to save hundreds of steps
that contains "00" until step 999.
In order to use this new feature go to the last step you want saved
before to save a part of the program.

Version 0.07 (2010/10/16)
------------
Included 2nd list
Changed template window. Now shows codes and mnemonics at same time.
You can write directly into mnemonics column.

Version 0.08.1 (2010/10/21)
------------
Included op10 (signum) op16 (show partition) , op17 (set partition),
yVx (INV y^x) , INV Int.

Version 0.08.2 (2010/10/25)
--------------
Begin to play with PGM command.

Version 0.08.3 (2010/10/27)
--------------
If a PGM is shown in the program window you may return to main
program using RST.
In this preview version you enter to a PGM at top of PGM and exit
at bottom when the PGM is used as a subroutine.
If you want to load a PGM in the program window execute from the
calculator PGM nn . This loads the program named PGMnn.prg and the
main program is saved in a temp file. (Return to it with RST)

Version 0.08.4 (2010/10/29)
--------------
Begin to support PGM nn A to PGM nn E , PGM nn A' to PGM nn E' and
PGM nn SBR.

Version 0.09.1 (2010/10/30)
--------------
Modules implemented.
A module is a subdirectory (folder) of SIM59 installation directory.
This PC subdirectory may contain from PGM01.PRG to PGM99.PRG
A special module name is the installation directory of SIM59:
The name of this module is ROOT
You could change the name of active module in child program window.
PGM00 is used as a temp file for saving main program when a PGM
is called. So, don't use it as a program name !!

Version 0.09.2 (2011/04/25)
--------------
Partial number entry aligned to right.

Version 0.09.3 (2011/04/29)
--------------
INV 2nd LIST included.
Also op 08 

Version 0.09.4 (2011/06/01)
--------------
Some bugs loading programs from libs fixed.

Version 0.09.5 (2011/06/12)
--------------
Bug executing CLP from calculator keyboard fixed.

Version 0.09.6
--------------
Version 0.09.5 has a bug with "+" due to mix a program with another
project (FX-502P). Fixed.

Version 0.10
--------------
Compiled for new runtime . ( Run on windows XP, vista and windows 7 , 32 bits)
Note: There is not support for windows 7 with 64 bits yet.

Version 0.10.2 (2011/09/21)
--------------
Transparent display.
Sub window program shows 25 steps.

Version 0.11  (2011/09/26)
------------
Changes in max width of numbers on display.
Alignment of mantissa in SCI and ENG modes is now at right.
Review of INV EE.


Version 0.12  (2011/11/07)
------------
New display style using bitmap files for each digit. Note that if you
uncheck the checkbox "leds" in the sub window stack you could use the old
display style with variable fonts.
When the calculator is turned on the number of decimals is variable. 
2nd FIX 9 or INV 2nd FIX cancels FIX format.
E is not shown when you are writing a number with exponent.


Version 0.13 (2012/09/20)
------------
New icon.
Bitmaps located in folder bmps.
Changes in program subwindow. The way to load modules is more easy.
New buttons code color and line color in the program window.
New buttons value color and text color in memory window.

Version 0.13b (2013/07/01)
-------------
If leds are shown , Error message (E) does not show the bitmap "E". 

Notes:
------
If you need to break (stop) a running program use the PC key ESC
for this task !!.

This emulator is based strongly in SIM41W , SIM65 and SIM67 previous code. 
