mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
makes value/parameters more well-defined and flexible enough to handle string parameters. Value/parameters would now be better called name/values, but avoid changing the name for now. svn path=/trunk/yasm/; revision=1851
13 lines
331 B
NASM
13 lines
331 B
NASM
section 1
|
|
section 2 use16
|
|
section 3 use32
|
|
section 4 use64
|
|
section 5 bss
|
|
section 6 flat
|
|
section 7 use16 flat
|
|
section 8 use32 bss
|
|
section 9 use64 absolute=0x5555 flat
|
|
section 10 flat virtual=0x1111 absolute=0x2222
|
|
section 11 use32 align=4
|
|
section 12 use16 absolute=0x1111 virtual=0x2222 align=4 flat bss
|
|
section 13 use16 use32 use64
|