Implement REL/ABS modifiers
commit99c4ecd18f2a58b969edf997da737ba6a76f1477
authorH. Peter Anvin <hpa@zytor.com>
Tue, 28 Aug 2007 23:06:00 +0000 (28 23:06 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 28 Aug 2007 23:06:00 +0000 (28 23:06 +0000)
tree0e7f393dbd4a840a0a237360b44c9d154226a761
parent352170d5eb69fe83772301b67db81c926d0a7e62
Implement REL/ABS modifiers

Implement "REL" and "ABS" modifiers for offsets in 64-bit mode.  This
replaces "rip+XXX" type addressing.  The infrastructure to set the default
mode is there, but there is nothing to throw the switch just yet.
assemble.c
disasm.c
nasm.c
nasm.h
nasmlib.c
parser.c
regs.dat