mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
WIP: bin format improvements
- Remove linear lookups - Enable output of relocations in the map file - Other performance fixes Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
; let's see which of these sections can be placed in the specified order.
|
||||
|
||||
[map multisection.map all]
|
||||
|
||||
section .appspecific
|
||||
section .data
|
||||
section .stringdata
|
||||
@@ -32,7 +34,7 @@ section .stringdata
|
||||
mystr1: db "Hello, this is string 1", 13, 10, '$'
|
||||
|
||||
section .extra_code
|
||||
org 0x200
|
||||
;org 0x200
|
||||
bits 16
|
||||
more:
|
||||
mov si, asciz1
|
||||
|
Reference in New Issue
Block a user