1org 0x100
2
3[map all]
4
5[section .bss]
6resb 0x100
7
8[section .data]
9times 0x100 db 1
10
11[section .text]
12times 0x100 db 1
13