-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels