Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SubX: Tip in subx help opcodes doesn't work #11

Closed
tekknolagi opened this issue Jul 26, 2018 · 3 comments
Closed

SubX: Tip in subx help opcodes doesn't work #11

tekknolagi opened this issue Jul 26, 2018 · 3 comments

Comments

@tekknolagi
Copy link
Collaborator

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%
@akkartik
Copy link
Owner

Nice catch. I reverted something a couple of days ago and left this because I figured nobody would notice :p

Everything should be back tonight.

@tekknolagi
Copy link
Collaborator Author

Would it be worth introducing a global subcommand map of sorts?

@akkartik
Copy link
Owner

Fixed by 431f739.

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants