RosettaCodeData/Task/Pragmatic-directives/PureBasic/pragmatic-directives-5.basic

7 lines
102 B
Text
Raw Permalink Normal View History

2024-04-19 16:56:29 -07:00
; x86 assembly example
Test = 10
EnableASM
MOV dword [v_Test],20
DisableASM
DebugTest ; Will be 20