Minor FPEmulator bug
nemo (145) 2554 posts |
Introduced in RO3.80, so Iām a bit late. |
Jon Abbott (1421) 2651 posts |
And for those of us that don’t have a machine to try this on, what is the bug and what is &4048F in textual form? What result are you expecting? |
nemo (145) 2554 posts |
&4048F is an invalid SWI. The code goes through the usual pattern of looking up the appropriate error, but then does a I did say minor. |
Jon Abbott (1421) 2651 posts |
If I understand correctly, you’re trying to say UnknownSWIError in FPEmulator should be changed from:
to:
Good spot. |
nemo (145) 2554 posts |
MessageTrans_ErrorLookup always sets V. The SETV is superfluous. |
Jon Abbott (1421) 2651 posts |
I’ve updated the MessageTrans_ErrorLookup wiki page, as it didn’t state V is set on exit. |
nemo (145) 2554 posts |
š |