RosettaCodeData/Task/Pragmatic-directives/PureBasic/pragmatic-directives-5.basic
2024-04-19 16:56:29 -07:00

6 lines
102 B
Text

; x86 assembly example
Test = 10
EnableASM
MOV dword [v_Test],20
DisableASM
DebugTest ; Will be 20