summaryrefslogtreecommitdiff
path: root/test/test3.asm
blob: 457ed44d6569c1d1f4e807c3cf278deeff5bbfb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
debugdump001:
        jc	baker
	jmp	able - 20
	jmp	able
baker:	nop
	times 125 nop
able:	jmp	baker
	jmp	baker + 20
	times 122  nop
	jmp	able
loc:	nop
	jc	able+20

	jmp	able1 - 20
	jmp	able1
baker1: nop
	times 126 nop
able1:	jmp	near baker1
	jmp	baker1 + 20
	times 122  nop
	jmp	able1
loc1:	nop

able2:  jmp     baker2
        times 124 nop
        jmp     able2
	nop
baker2:	nop



able3:  jmp     baker3
        times 124 nop
        jmp     able3
	nop
	nop
baker3:	nop
debugdump099: nop