This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Syntax for an immediate offset value from an assembly time calculation

I would like to calculate an offset from the current PC to a label in subsequent program flow.

E.g.

        instruction to use #value

        value = label - .

label: other instruction

How would be the syntax for that?