HP Forums
Teenix Emulator - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not quite HP Calculators - but related (/forum-8.html)
+--- Thread: Teenix Emulator (/thread-15722.html)



Teenix Emulator - teenix - 10-13-2020 05:40 AM

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