7 lines
102 B
Text
7 lines
102 B
Text
|
|
; x86 assembly example
|
||
|
|
Test = 10
|
||
|
|
EnableASM
|
||
|
|
MOV dword [v_Test],20
|
||
|
|
DisableASM
|
||
|
|
DebugTest ; Will be 20
|