1[map all]
2BSS_START equ 0800h
3LATEBSS_START equ 0B800h
4TEXT_START equ 7C00h
5STACK_SIZE equ 4096
6STACK_START equ TEXT_START-STACK_SIZE
7org TEXT_START
8[section .text]
9times 0x2410 db 0x1
10[section .earlybss nobits start=BSS_START]
11resb 0x40C4
12[section .bcopy32 align=4 valign=16 follows=.data vfollows=.earlybss]
13times 0x2A0 db 0x3
14[section .config align=4 valign=16 follows=.bcopy32 vfollows=.bcopy32]
15times 0x23 db 0x4
16[section .config.end nobits valign=4 vfollows=.config]
17[section .bss1 nobits valign=16 vfollows=.config.end]
18resb 0x1FB
19[section .text start=TEXT_START]
20[section .data align=16]
21times 0x590 db 0x2
22[section .adv progbits align=1 follows=.config]
23[section .bss nobits align=16 follows=.adv]
24resb 0x3900
25[section .stack nobits align=16 start=STACK_START]
26resb STACK_SIZE
27[section .stack nobits align=16 start=STACK_START]
28[section .stack nobits align=16 start=STACK_START]
29[section .earlybss]
30[section .bss]
31[section .text]
32[section .bss]
33[section .text]
34[section .data]
35[section .text]
36[section .text]
37[section .text]
38[section .bss]
39[section .text]
40[section .data]
41[section .bss]
42[section .text]
43[section .data]
44[section .bss]
45[section .text]
46[section .text]
47[section .text]
48[section .data]
49[section .bss1]
50[section .data]
51[section .text]
52[section .bss1]
53[section .text]
54[section .text]
55[section .data]
56[section .text]
57[section .text]
58[section .bss]
59[section .text]
60[section .bss]
61[section .text]
62[section .data]
63[section .text]
64[section .text]
65[section .bss1]
66[section .data]
67[section .text]
68[section .text]
69[section .data]
70[section .config]
71[section .bss]
72[section .text]
73[section .text]
74[section .text]
75[section .data]
76[section .text]
77[section .data]
78[section .config]
79[section .bss]
80[section .text]
81[section .text]
82[section .data]
83[section .bss]
84[section .bcopy32]
85[section .data]
86[section .bcopy32]
87[section .earlybss]
88[section .text]
89[section .text]
90[section .bss]
91[section .data]
92[section .bss1]
93[section .text]
94[section .data]
95[section .bss1]
96[section .text]
97[section .bss]
98[section .text]
99[section .text]
100[section .text]
101[section .bss]
102[section .data]
103