Search Results

0
votes

Borland x86 inlined assembler; get a label’s address?

From what I recall, you can't use an external (C++) label in your inline assembly, although you can have TASM-style labels in the asm block that can be referenced by the assembly instructions itsel …