[Nasm-bugs] [Bug 3392764] Listing uses relative addresses even in absolute addressing mode

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sat Oct 8 16:49:04 PDT 2022


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

--- Comment #3 from H. Peter Anvin <hpa at zytor.com> ---
In the general case, no; the reason is that the offset displayed by the listing
generator is always the offset within the current section, as that is all that
is known to the assembler. org and the various options to the section directive
affects what the ultimate base address of each section will be, and that is
done by the backend linker.

Sorry.

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


More information about the Nasm-bugs mailing list