Post Reply 
What's the difference between ASM and asm?
03-27-2021, 01:33 AM
Post: #1
What's the difference between ASM and asm?
I know I can use ASM command for compiling sysRPL or ML. There also exists asm in 257 MENU. What's the difference between ASM and asm command? Both command can complie program.
And, in 50g AUR page 6-11 It says asm command is in library 259. But I type 259 MENU, there are no command.

S.Korean / HP-50G | fx-570EX | fx-570CW | HP-200LX
Visit this user's website Find all posts by this user
Quote this message in a reply
03-27-2021, 07:00 AM
Post: #2
RE: What's the difference between ASM and asm?
The AUR's only mention of 259 is "if you have a new version of MASD packaged as library 259", which you clearly don't (I believe nobody does). That should have been obvious from the text.

As for the difference between ASM and asm you have the tools to inspect them yourself, right there in the same 256. MENU as ASM. Then you would have seen that the code of ASM is simply
Code:
ROMPTR 101 0
a.k.a. a call to asm.
Find all posts by this user
Quote this message in a reply
03-28-2021, 12:51 AM
Post: #3
RE: What's the difference between ASM and asm?
(03-27-2021 07:00 AM)3298 Wrote:  The AUR's only mention of 259 is "if you have a new version of MASD packaged as library 259", which you clearly don't (I believe nobody does). That should have been obvious from the text.

As for the difference between ASM and asm you have the tools to inspect them yourself, right there in the same 256. MENU as ASM. Then you would have seen that the code of ASM is simply
Code:
ROMPTR 101 0
a.k.a. a call to asm.

I use nosy for inspect ASM. Then I find that ASM call xasm. Thanks.

S.Korean / HP-50G | fx-570EX | fx-570CW | HP-200LX
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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