6 lines
88 B
Text
6 lines
88 B
Text
#ilASM{ call :%label }
|
|
...
|
|
#ilASM{ jmp :skip
|
|
:%label
|
|
ret
|
|
::skip }
|