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
willow% ./subx help opcodes
Opcodes currently supported by SubX:
01: add r32 to rm32
03: add rm32 to r32
... SNIP ...
0f 8e: jump disp16 bytes away if lesser or equal (ZF is set or SF != OF)
0f 8f: jump disp16 bytes away if greater (ZF is unset, SF == OF)
Run `subx help instructions` for details on words like 'r32' and 'disp8'.
willow% ./subx help instructions
No help found for 'instructions'
Available top-level topics:
usage
registers
opcodes
syntax
Please check your command for typos.
willow%
The text was updated successfully, but these errors were encountered:
Yup, we can consider a map. I don't know how many more we're going to have immediately, so seems lower priority than labels and so on. You know, features :)
The text was updated successfully, but these errors were encountered: