summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims16/16leap-mark1.scm
blob: 724b8aa4cd60fa0556548d8cf5dd3e665806eb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(bits 16)

(text
 (while (inv (zero? ax))
	(seq (pop cx)
	     (dec ax))))

; 00000000  EB02              jmp short 0x4
; 00000002  59                pop cx
; 00000003  48                dec ax
; 00000004  85C0              test ax,ax
; 00000006  75FA              jnz 0x2