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

Fix subscript for flags #7

Open
meganesu opened this issue Nov 26, 2019 · 0 comments
Open

Fix subscript for flags #7

meganesu opened this issue Nov 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@meganesu
Copy link
Owner

Currently, some flags are set based on a particular bit of a value (e.g., BIT 4, L). That text displays with all normal characters, but it should use subscript to make it clear that a particular bit of that value is being used (e.g., !rb vs. !r<sub>b</sub>).

This affects the following instructions:

  • RLC r
  • RLC (HL)
  • RRC r
  • RRC (HL)
  • RL r
  • RL (HL)
  • RR r
  • RR (HL)
  • BIT b, r
  • BIT b, (HL)
@meganesu meganesu added the enhancement New feature or request label Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant