[Nasm-bugs] [Bug 3392826] NASM Listing address defect if [org VALUE] not zero

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue Dec 6 12:38:30 PST 2022


https://bugzilla.nasm.us/show_bug.cgi?id=3392826

--- Comment #12 from Erdogan Tan <erdogantan at singlix.com> ---
Created attachment 411863
  --> https://bugzilla.nasm.us/attachment.cgi?id=411863&action=edit
Multi section binary file demo (as msdos com program) -nasm listing subject-

Shows running of deneme.com which is produced by using

NASM deneme.asm -l deneme.txt -o deneme.com -Z error.txt

previously i have shared deneme.asm file with you as comment #11

so... we know NASM puts correct addresses of pointers (data fields) in code
segment and data segment. But, does not shows correct addresses on the list
(deneme.txt file).. 

What is important here?.. 

for example: i can understand if 'mov si,[deneme1]' or 'mov si, deneme2' puts
correct address in SI. I will see it on code segment listi and also same
address value in DATA segment list for same labels. In data segment there is
deneme1: dw deneme2' and than 'deneme2: db "deneme..."'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list