Programmable Scientific Calculator for Android.
The FX-603PX is an Android emulation of the legendary Casio FX-603P and its printer and tape accessory. This emulator is based on the GNU Open Source Emulator FX-603P by Martin Krischik, but specifically optimized for high definition Android displays. It emulates almost exactly the functionalities of the original calculator and can be used as a full-featured programmable scientific calculator.
The FX-603PX supports all arithmetic, trigonometric, logarithmic, hyperbolic, statistical functions and all alphanumeric display options of the original calculator and last not least the FX-603PX is fully programmable. You can write up to 20 programs, using 110 registers.
With the build in FA-6 cassette interface simulation you can save and load programs and data to your Android internal or external memory card for later use. Results can be printed out with the FP-10 thermal printer emulator and copied/pasted to other applications.
Key-code | Comment |
---|---|
MODE2 | Change to mode 2 to enable editing of program areas P0 to P19 |
P0 | From the program list, press P0 button to start editing the program area P0 |
ALPHAn!=ALPHA | Output "n!=" in first row of display. Result will be shown in 2nd line |
HLT | Waits for user input, user types in number and presses EXE button to continue program |
Min00 | Stores the value typed in by the user in register M00 |
1 | Put 1 in current immediate register so there is a value to multiple with |
LBL0 | Label for the loop |
* | Multiply |
MR00 | By n |
DSZGOTO0 | Decrements M00 and back to LBL0 until M00=0 |
= | End of loop, the machine has calculated 1*n*(n-1)*...*2*1=n! |
The original Manual of the FX-603P can be downloaded here, together with the original Program Library of the FX-602P, it's predecessor which is fully backward compatible.
Here are a few demo programs you can download and install on your Android device and open with the FX-603PX app (run as P0).
Currently VER, PEEK, POKE are not implemented.
Download FX-603PX.zip.
Unzip FX-603PX.zip and install the FX-603PX.apk file to your Android device.
This software is distributed as freeware. If you keep using this software, send me an appreciation or feedback e-mail for my programming effort and sharing this tool for free.
Or even better, buy me a coffee .
You can redistribute this software and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the license: http://www.gnu.org/licenses/.
This software and the accompanying files are supplied "as is", without any express or implied warranty. In no event shall the author be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages from the use of this software. By using this software you agree with these conditions.
Copyright © 2020 by Johan Van Barel. All Rights Reserved