1org 0x100
2[map all]
3section sect1 start=0x100 vstart=0x2000
4times 0x100 db 0
5section sect2 follows=sect1
6times 0x100 db 0
7
8section sect3 start=0x300 vstart=0x4000
9times 0x100 db 0
10section sect4 follows=sect3
11times 0x100 db 0
12section sect5 vfollows=sect3
13times 0x100 db 0
14
15section sect6 start=0x600 vstart=0x6000
16times 0x11 db 0
17section sect7 follows=sect6 valign=16
18times 0x104 db 0
19section sect8 follows=sect7 valign=16	; NASM bug - sect7 and sect8 overlap
20times 0x100 db 0
21
22section sect9 vfollows=sect8
23