Skip to content

Assembly-time math #139

@simon987

Description

@simon987

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]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions