Skip to content

grab events not working in 4.1.3 #1

@VeraLoca13

Description

@VeraLoca13

None of the grab operations seem to work fro me, I have no other plugins installed.

It seems like the variable used as input is not loaded correctly, the "number" of the variable is used instead of the value.

For example, if Varaible 3 (value 0) is the input, this is the resulting GBVM code:

  ; Variable Grab 4-Bit Value
  
          ; Variable 5 = 3%8
          VM_RPN
              .R_INT16    3
              .R_INT16    8
              .R_OPERATOR .MOD
              .R_REF_SET  VAR_BIT_1
              .R_STOP
  
          VM_RET_FAR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions