mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
How does NASM's bin format handle sections?
svn path=/trunk/yasm/; revision=358
This commit is contained in:
parent
825eaa5823
commit
9dc4e6eccc
1 changed files with 11 additions and 0 deletions
11
tests/nasm/multisect3.asm
Normal file
11
tests/nasm/multisect3.asm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[section .text]
|
||||
db 1
|
||||
|
||||
[section .data]
|
||||
db 2
|
||||
|
||||
[section .text]
|
||||
db 3
|
||||
|
||||
[section .data]
|
||||
db 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue