I need to convert some MASM code to NASM 32 bit windows.
In MASM I have:
push offset jNextChar ... [somewhere else] jNextChar: ...
This p