aboutsummaryrefslogtreecommitdiff
path: root/modules/objfmts/bin/tests/multisect/nomultisect2.asm
blob: b97e40a77f596fbbe4ca0986bdcc14c0e49e47a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
org 0x100

[map all]

[section .bss]
resb 0x100

[section .data]
times 0x100 db 1

[section .text]
times 0x100 db 1