HP50g small tips and trick
|
06-17-2018, 07:59 AM
(This post was last modified: 06-17-2018 08:03 AM by grsbanks.)
Post: #35
|
|||
|
|||
RE: HP50g small tips and trick
(06-16-2018 09:26 PM)DavidM Wrote: Simple but effective. For those interested, the SysRPL listing of this is: Code: :: "NULL::" creates an empty program on the stack (":: ;", a bit like the UserRPL "<< >>") "' xORDER" places the ID of the UserRPL command "ORDER" on the stack, then: ">HCOMP" adds it to the empty program. leaving us with ":: xORDER ;" on the bottom of the stack. ">R" pushes that to the run stream so that ":: xORDER ;" is run immediately after the SysRPL program has finished and before returning control to the user. Ingenious |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)