summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims16/16begin1.scm
blob: 97272936772f678c8b47a3caf09e0aed506e441c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(bits 16)

(text
 (begin (nop)
	(seq (nop)
	     (begin (nop)
		    (inv (nop)))
	     (nop))
	(nop)))

; 00000000  90                nop
; 00000001  90                nop
; 00000002  90                nop
; 00000003  90                nop
; 00000004  EB01              jmp short 0x7
; 00000006  90                nop
; 00000007  90                nop