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

Support the immediate values for u32 bitwise instructions #1362

Merged
merged 7 commits into from
Jul 2, 2024

Commits on Jun 25, 2024

  1. feat: implement immediate values for u32 binary instructions,

    implement binary parser for lexer
    Fumuran committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8566cc0 View commit details
    Browse the repository at this point in the history
  2. test: add for u32 binary imms

    Fumuran committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c0ce2a2 View commit details
    Browse the repository at this point in the history
  3. chore: fix cargo check

    Fumuran committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    32dac16 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    9d3a1c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    392de78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3812e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d139d View commit details
    Browse the repository at this point in the history