1.text
2
3	.ascii ">>>>"
4pre04:	.ascii "<<<<"
5	.ascii ">>>>>"
6pre0d:	.ascii "<<<"
7	.ascii ">>>>>>"
8pre16:	.ascii "<<"
9	.ascii ">>>>>>>"
10pre1f:	.ascii "<"
11
12.data
13
14	.ascii ">>>>"
15sam04:	.ascii "<<<<"
16	.ascii ">>>>>"
17sam0d:	.ascii "<<<"
18	.ascii ">>>>>>"
19sam16:	.ascii "<<"
20	.ascii ">>>>>>>"
21sam1f:	.ascii "<"
22
23	.ascii ">>>>"
24	.secrel32 pre04
25	.byte 0x11
26	.secrel32 pre0d
27	.byte 0x11
28	.secrel32 pre16
29	.byte 0x11
30	.secrel32 pre1f
31	.byte 0x11
32	.ascii "<<<<<<<<"
33
34	.ascii ">>>>"
35	.secrel32 sam04
36	.byte 0x11
37	.secrel32 sam0d
38	.byte 0x11
39	.secrel32 sam16
40	.byte 0x11
41	.secrel32 sam1f
42	.byte 0x11
43	.ascii "<<<<<<<<"
44
45	.ascii ">>>>"
46	.secrel32 nex04
47	.byte 0x11
48	.secrel32 nex0d
49	.byte 0x11
50	.secrel32 nex16
51	.byte 0x11
52	.secrel32 nex1f
53	.byte 0x11
54	.ascii "<<<<<<<<"
55
56	.ascii ">>>>"
57	.secrel32 ext24
58	.byte 0x11
59	.secrel32 ext2d
60	.byte 0x11
61	.secrel32 ext36
62	.byte 0x11
63	.secrel32 ext3f
64	.byte 0x11
65	.ascii "<<<<<<<<"
66
67.section .rdata
68
69	.ascii ">>>>"
70nex04:	.ascii "<<<<"
71	.ascii ">>>>>"
72nex0d:	.ascii "<<<"
73	.ascii ">>>>>>"
74nex16:	.ascii "<<"
75	.ascii ">>>>>>>"
76nex1f:	.ascii "<"
77	.ascii ">>>>"
78
79	.p2align 4,0
80