NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: ankiller on June 01, 2016, 01:26:17 PM

Title: How to make a "static X64 address" use DQ XXX?
Post by: ankiller on June 01, 2016, 01:26:17 PM
IN 32bit is OK like this:DD lab1
IN 64bit :DQ lab1
This will make a 32bit reloc information in 64bit PE .reloc section with 0x3XXX,not 0xAXXX
Can you help me?Thank you!
Title: Re: How to make a "static X64 address" use DQ XXX?
Post by: ankiller on December 05, 2018, 06:14:33 AM
DEFAULT REL
DEFAULT ABS