Post Reply 
Is there a RPN operation that does nothing? (NOP)
01-05-2018, 02:10 AM
Post: #8
RE: Is there a RPN operation that does nothing? (NOP)
It looks like Text-0 doesn't work on the HP-42S. Free42 accepts it (you can paste "" as a program line) -- although it's not a NOP, rather it acts like CLA -- but when I created this program:

01 LBL "TEXT0"
02 ""
03 END

in Free42, then exported it to a raw file, and then loaded that raw file into Emu42, the result was

01 LBL "TEXT0"
02 :::
10080 END

Running it caused weirdness and then a Machine Reset. Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is there a RPN operation that does nothing? (NOP) - Thomas Okken - 01-05-2018 02:10 AM



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