Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Jump-anywhere/Phix/jump-anywhere-1.phix
Normal file
3
Task/Jump-anywhere/Phix/jump-anywhere-1.phix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#ilASM{ jmp :%somelabel }
|
||||
...
|
||||
#ilASM{ :%somelabel }
|
||||
3
Task/Jump-anywhere/Phix/jump-anywhere-2.phix
Normal file
3
Task/Jump-anywhere/Phix/jump-anywhere-2.phix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#ilASM{ jmp :local
|
||||
...
|
||||
::local }
|
||||
5
Task/Jump-anywhere/Phix/jump-anywhere-3.phix
Normal file
5
Task/Jump-anywhere/Phix/jump-anywhere-3.phix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ilASM{ jmp @f
|
||||
...
|
||||
@@:
|
||||
...
|
||||
jle @b }
|
||||
14
Task/Jump-anywhere/Phix/jump-anywhere-4.phix
Normal file
14
Task/Jump-anywhere/Phix/jump-anywhere-4.phix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ilASM{ call :!optlbl
|
||||
[32]
|
||||
pop eax
|
||||
[64]
|
||||
pop rax
|
||||
[]
|
||||
...
|
||||
:!optlbl
|
||||
[32]
|
||||
push dword[esp]
|
||||
[64]
|
||||
push qword[rsp]
|
||||
[]
|
||||
ret }
|
||||
1
Task/Jump-anywhere/Phix/jump-anywhere-5.phix
Normal file
1
Task/Jump-anywhere/Phix/jump-anywhere-5.phix
Normal file
|
|
@ -0,0 +1 @@
|
|||
#ilASM{ :>init }
|
||||
Loading…
Add table
Add a link
Reference in a new issue