Hi;
I do a lot of inline assembly programming, but I haven't found a way
to use the CALL with my Borlans 3.0 compiler. The error message is
"undefined symbol" But the symbol is there.
asm JMP sk_a
MyLabel: asm ... asm RET
sk_a:
asm ...
asm CALL MyLabel //get error "undefined symbol: MyLabel"
asm ...
Writing subs to call is a challenge. It seems that i have to jump
around code in the same function. I don't know how to call an
assembly subroutine outside the function. Any info on how to treat
this issue is appreciated.
thanks.
___ Blue Wave/QWK v2.12
--- Maximus/2 3.01
---------------
* Origin: Madman BBS * Chico, California * 530-893-8079 * (1:119/88)
|