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.