x86-64 icon indicating copy to clipboard operation
x86-64 copied to clipboard

call to label is unconvenient

Open tittoassini opened this issue 9 years ago • 1 comments

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’

tittoassini avatar Oct 17 '16 16:10 tittoassini

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.

divipp avatar Oct 18 '16 00:10 divipp