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

Implement bitwise shifting #251

Merged
merged 6 commits into from
Jul 24, 2018
Merged

Implement bitwise shifting #251

merged 6 commits into from
Jul 24, 2018

Commits on Jul 24, 2018

  1. Add SHL/SHR/SAR opcodes

    axic committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    85aad21 View commit details
    Browse the repository at this point in the history
  2. Implement SHL and SHR

    axic committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    ed6b9dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6218bc6 View commit details
    Browse the repository at this point in the history
  4. Implement SAR

    axic committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    4c64288 View commit details
    Browse the repository at this point in the history
  5. Always properly throw VMError

    axic committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    b90ba6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d843cd2 View commit details
    Browse the repository at this point in the history