NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on January 25, 2008, 12:22:39 PM

Title: label
Post by: nobody on January 25, 2008, 12:22:39 PM
Hi,

Is there any way to convert this expression/code into nasm?
For example:

MASM:

@@:

jmp @b <-- there he is jumping backwards to @@.


I don't want to think about a label name everytime i need one. So have you any solutions?

Srry for my bad english.

Hope you can help me.