summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims/inv3.scm
blob: e60c6c9cd9fdaefeb6de297e059171094eac2cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(text
 (alt (if (inv (seq (nop)
		    z!
		    (inv (nop))
		    ge!))
	  (inv (nop))
	  (nop))
      (nop)))

; 00000000  90                nop
; 00000001  7505              jnz 0x8
; 00000003  90                nop
; 00000004  EB02              jmp short 0x8
; 00000006  7D03              jnl 0xb
; 00000008  90                nop
; 00000009  EB03              jmp short 0xe
; 0000000B  90                nop
; 0000000C  EB01              jmp short 0xf
; 0000000E  90                nop