push
This commit is contained in:
15
test_tool/champion/Survivor.s
Normal file
15
test_tool/champion/Survivor.s
Normal file
@@ -0,0 +1,15 @@
|
||||
.name "Survivor"
|
||||
.comment "Invincible"
|
||||
|
||||
live %1
|
||||
fork %:f1
|
||||
zjmp %:j1
|
||||
f1: ld %4, r2
|
||||
zjmp %:run
|
||||
j1:
|
||||
run: xor r0, r0, r0
|
||||
l1: st r2, 1
|
||||
live %1
|
||||
zjmp %:l1
|
||||
|
||||
|
Reference in New Issue
Block a user