Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 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