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?