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

change __forth to __host #1

Open
nimblemachines opened this issue Apr 20, 2011 · 1 comment
Open

change __forth to __host #1

nimblemachines opened this issue Apr 20, 2011 · 1 comment

Comments

@nimblemachines
Copy link
Owner

I think __meta for "meta" mode and __host for "host mode" make more sense.

@anarchitech
Copy link

Yeah, I think you're right. :)

nimblemachines added a commit that referenced this issue Apr 16, 2015
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. ;-)
nimblemachines added a commit that referenced this issue Dec 28, 2022
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.
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