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

(text
 (begin (push $eip)
	(push $win)
	(push $lose))
 (seq (push $eip)
      (push $win)
      (push $lose)
      (nop)))

; 00000000  680300            push word 0x3
; 00000003  680600            push word 0x6
; 00000006  680900            push word 0x9
; 00000009  680C00            push word 0xc
; 0000000C  680F00            push word 0xf
; 0000000F  681300            push word 0x13
; 00000012  90                nop