blob: d651486ed0ac72fcd67dc4396a0c2882dcb13dd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[bits]
[bits 16]
[bits 32]
[bits 16:16]
[bits 16 16]
[section .data align=16]
[section .data blah=5]
[absolute 20]
[absolute 0x50 20:5]
[blah ask]
[section blah align=4]
[section blah align=16]
[common tst 4]
[common tre]
|