-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
There should be an Operand type that allows assembly-time math. Example:
MY_CONST equ 0x12
OTHER_CONST equ MY_CONST + 2
DW MY_CONST * 2
mov A, MY_CONST / 4
JMP [OTHER_CONST * 4 + 5]Reactions are currently unavailable