jez becomes jnz, complete cmp+jmp contraction
This commit is contained in:
parent
ad012e9d55
commit
e65a615c90
12 changed files with 77 additions and 75 deletions
|
@ -8,7 +8,7 @@
|
|||
@start
|
||||
%b =w copy 0
|
||||
%x =w copy 10
|
||||
jez 0, @left, @loop
|
||||
jnz 0, @loop, @left
|
||||
@left
|
||||
jmp @inloop
|
||||
@loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue