HP41 and MCODE XKD instructions in program mode
|
07-26-2016, 05:06 PM
Post: #3
|
|||
|
|||
RE: HP41 and MCODE XKD instructions in program mode
(07-26-2016 08:26 AM)Ángel Martin Wrote:(07-26-2016 03:49 AM)hth Wrote: ...... It has nothing to do with if your program is running or not. If you are in program edit mode (entering programs), the XKD test is right after the test for if the instruction is programmable (the first NOP). If it has a double NOP, it will GOTOC to the second of them (the intention being that it should happen immediately, like SST or RCL). Outside program mode (the mode where we do normal calculations), this test is not done, so the XKD feature does not work. Instead you get the usual NULL test. A small curiosity is that NFRPU is pushed on the stack after the NULL test, so a non-programmable XKD instruction will execute without NFRPU on the stack and cannot return using an RTN instruction, it must jump back. To me, it looks like a nice feature that was not fully completed. It really should be XKD also outside program edit mode. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP41 and MCODE XKD instructions in program mode - hth - 07-26-2016, 03:49 AM
RE: HP41 and MCODE XKD instructions in program mode - Ángel Martin - 07-26-2016, 08:26 AM
RE: HP41 and MCODE XKD instructions in program mode - hth - 07-26-2016 05:06 PM
RE: HP41 and MCODE XKD instructions in program mode - Ángel Martin - 07-26-2016, 06:16 PM
RE: HP41 and MCODE XKD instructions in program mode - hth - 07-26-2016, 06:41 PM
|
User(s) browsing this thread: 2 Guest(s)