|
From: Ismail <is...@pa...> - 2007-12-28 07:42:37
|
Hi,
Look at the following example;
[~]> cat test.asm
foo:
ret
.endfunc
[~]> nasm test.asm
test.asm:3: warning: label alone on a line without a colon might be in error
nasm 0.98.39 compiles the very same file without a warning.
Regards,
ismail
--
Never learn by your mistakes, if you do you may never dare to try again.
|