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

AEON: Add bt.lwst instruction #1321

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Commits on Jan 26, 2024

  1. AEON: Add bt.lwst instruction

    The bt.lwst instruction uses almost the same encoding as bt.swst, except
    it has the LSB set. This means the immediate actually starts at bit 1,
    is 4 bits long, and is shifted left by 2 bits to calculate the offset.
    
    Note that both the bt.lwst and bt.swst mnemonics are guesses not based
    on any official documentation.
    throwaway96 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2237a0a View commit details
    Browse the repository at this point in the history