Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
ich nutze masm32, wie wandelt ich zur laufzeit zeichenkette in zahl um und umgekehrt?
include \masm32\include\masm32.inc includelib \masm32\lib\masm32.lib ... .data sz db "1234",0 .code invoke atodw,ADDR sz ;eax = 1234
\masm32\help\masmlib.chm \masm32\help\hlhelp.chm