HP 41 program name conflict
|
06-21-2022, 07:42 PM
Post: #3
|
|||
|
|||
RE: HP 41 program name conflict
This is similar to Gene's keyboard assignment solution, but with a program.
Now when you execute ASOLVE, it will call the SOLVE program from the advantage ROM and when you execute MSOLVE it will call the program from the math ROM. This works because the "XEQ 'SOLVE'" instructions get turned into XROM instructions that execute the correct routine. It uses an extra level in the return stack, but hopefully that isn't a problem. It appears that you can't GTO an XROM routine by number, only XEQ it. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP 41 program name conflict - tangdfx - 06-20-2022, 11:07 AM
RE: HP 41 program name conflict - Gene - 06-20-2022, 11:18 AM
RE: HP 41 program name conflict - David Hayden - 06-21-2022 07:42 PM
|
User(s) browsing this thread: 1 Guest(s)