Help - Assembly programming on Debug4x (HP50G)
|
06-13-2019, 03:22 PM
Post: #8
|
|||
|
|||
RE: Help - Assembly programming on Debug4x (HP50G)
Jeff,
If your goal is to simply have multiple program objects in the same source code file for experimentation, you don't need to create a library for that with Debug4x. You can use something like this: Code: RPL This requires you to have the DirMacro.s file in your Debug4x "Include" folder. I can't recall if Debug4x comes with that pre-installed or not; if it isn't, here's the contents of that file on my system: Code: RPL Note that the order of objects in the compiled directory object this creates is the opposite of the ordering in the source. So in this case, the above source file example creates a directory with two objects in it, test2 and test (in that order). Hope this helps! - David |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)