HP Forums

Full Version: Teenix Emulator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I've fixed a few minor bugs in the emulator at teenix.org and have modified the program text editor so that it supports labels for calculators like the HP38E that have GTO line numbers instead of GTO fixed labels like A B etc. You won't have to change the GTO numbers if you insert or delete program steps in between as the GTO targets are automatically updated.

Code:


          $Here                // label called “Here”
01      1
02      2
03      +
04      ENTER
05      GTO Here     // Generates GTO 01

cheers

Tony
Reference URL's