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

Typo and bug fixes for the ACC instruction family #462

Merged
merged 3 commits into from
Oct 20, 2024

Commits on Oct 17, 2024

  1. fix: many ...

    - more shorthands, fewer [ stack/DEC_FLAG k ]'s and [
    stack/STACK_ITEM_VALUE k ]'s
    - boolean flag per instruction
    - using the account-instruction---bla convention
    - constants for row offsets
    - splitting of constraints
    - bug-fix: SELFBALANCE was receiving the wrong value
    - bug-fix: several shorthands were missing shifts ... !
    OlivierBBB committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    90e9dff View commit details
    Browse the repository at this point in the history
  2. fix: shorter constants

    OlivierBBB committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4e87425 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: various

    - splitting of constraints according to foreign-address-opcode or
    current-address-opcode
    - updated NSR constraints
    - added vanishing constraints for account/ROM_LEX_FLAG's
    - renaming of constraints
    OlivierBBB committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f94269e View commit details
    Browse the repository at this point in the history