macro offset(label, offset)
?tmp:
pushpc
org ?tmp+<offset>
<label>:
pullpc
endmacro
macro mirror(label)
org ?tmp+$400000
macro return(label)
PEA <label>-1