0
0
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:
H. Peter Anvin (Intel)
2025-10-07 14:43:35 -07:00
parent c651c28217
commit 31c368ec4b
4 changed files with 101 additions and 57 deletions

View File

@@ -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