You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than showing the core instruction it shows the synthesised
version. Here are some examples:
Core Synthetic
========= =========
mov #0 r3 nop
mov (sp)+ <dest> pop <dest>
or #1 sr setc
"ret" shows up as "pop pc". I think that's more helpful. ;-)
Mostly, by *not* looking up offsets and immediate values in the equates.
There are too many false positives, esp with #1 and #2.
Other than that, it seems to work well.
I think __meta for "meta" mode and __host for "host mode" make more sense.
The text was updated successfully, but these errors were encountered: