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

Mul and div opcodes #26

Merged
merged 18 commits into from
Jun 19, 2024
Merged

Mul and div opcodes #26

merged 18 commits into from
Jun 19, 2024

Commits on Jun 13, 2024

  1. impl mul

    juan518munoz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9f7a812 View commit details
    Browse the repository at this point in the history
  2. add div

    juan518munoz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0f03c65 View commit details
    Browse the repository at this point in the history
  3. merge branch 'main'

    juan518munoz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9c84aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa70cc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56bf594 View commit details
    Browse the repository at this point in the history
  6. merge branch 'main'

    juan518munoz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6a463bd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. add flag setting for mul

    juan518munoz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e39b8f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ffeace View commit details
    Browse the repository at this point in the history
  3. impl div set flags

    juan518munoz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    30d6ed2 View commit details
    Browse the repository at this point in the history
  4. div set flags test

    juan518munoz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e671111 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. more tests

    juan518munoz committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    acdfe78 View commit details
    Browse the repository at this point in the history
  2. clippy

    juan518munoz committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    838ec36 View commit details
    Browse the repository at this point in the history
  3. add mul conditional test

    juan518munoz committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    02ca9a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    552140f View commit details
    Browse the repository at this point in the history
  5. wrap address_operands

    juan518munoz committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a5f9d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. justify unwrap

    juan518munoz committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d328822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d481767 View commit details
    Browse the repository at this point in the history
  3. remove makefile changes

    juan518munoz committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    31f251c View commit details
    Browse the repository at this point in the history