x86-64
x86-64 copied to clipboard
call to label is unconvenient
call seems to work only with addresses but not labels:
tss = mdo call l1 l1 <- label nop ret
Couldn't match expected type ‘Operand r2 'S64’ with actual type ‘CodeGen.X86.Label’
Thanks for the report.
The workaround is call $ ipRelValue l1
I plan to redesign the interface to support call l1 and I also wish to improve the documentation sometime.