(HP71B) ASM question
|
07-16-2024, 07:00 AM
Post: #3
|
|||
|
|||
RE: (HP71B) ASM question
One way to be sure, is to update the code and verify the result.
Comment out the following line, should result in the X value untouched: Code: GOSBVL SPLITA 1.0 2.0 3.0 4.0 FVARIABLE TBX TBX 7.0 STO X<>Y FSTA. T: 2 Z: 3 Y: 7 X: 4 L: 4 OK { 0 } TBX RCL* OK { 0 } FSTA. T: 2 Z: 3 Y: 7 X: 4 <-- Should be 4 after this L: 4 OK { 0 } Comment out the following lines, should result in the value of TBX in X: Code: GOSBVL SPLITA 1.0 2.0 3.0 4.0 FVARIABLE TBX TBX 7.0 STO X<>Y FSTA. T: 2 Z: 3 Y: 7 X: 4 L: 4 OK { 0 } TBX RCL* OK { 0 } FSTA. T: 2 Z: 3 Y: 7 X: 7 <-- Should be 7 after this L: 4 OK { 0 } [35/45/55/65/67/97/80 21/25/29C 31E/32E/33E|C/34C/38E 41C|CV|CX 71B 10C/11C/12C/15C|CE/16C 32S|SII/42S 28C|S 48GX/49G/50G 35S 41X] |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)