We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd48ea9 commit 4281c6eCopy full SHA for 4281c6e
tmp/zork.s
@@ -1,6 +1,8 @@
1
.name "zork"
2
.comment "just a basic living prog"
3
l2: sti r1, %:live, %1
4
+ sti r2, %:l2, %0
5
and r1, %0,r1
6
live:
7
+ live %0
8
zjmp %:live
0 commit comments