Author Topic: label  (Read 8789 times)

nobody

  • Guest
label
« 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.