Post Reply 
HP50g: local LBL and GOTO in user or sysRPL
09-07-2016, 08:32 PM
Post: #5
RE: HP50g: local LBL and GOTO in user or sysRPL
(09-07-2016 08:21 PM)3298 Wrote:  Why wouldn't relative GOTOs in Saturn ASM work? I thought the whole point of relative jumps was that you could relocate the entire code...

It would work if it was pure assembly (which you can trick the calculator to think your object is pure assembly by encapsulating it inside a code object). That said, the reason I was backtracking on my earlier statement was because I imagined that original post was likely using (Sys)RPL and therefore the labels might not be stable. Most (SysRPL) projects span across several secondaries (I don't know of many RPL programs that exist as a single secondary object; most are either libraries or have subroutines that are placed into temporary memory).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP50g: local LBL and GOTO in user or sysRPL - Han - 09-07-2016 08:32 PM



User(s) browsing this thread: 2 Guest(s)