This commit is contained in:
Jeremy FLEURY
2019-07-17 11:51:13 +02:00
parent 748d10f4f3
commit 45e980b4e3
65 changed files with 6601 additions and 18 deletions

View 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