diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-08-28 23:06:00 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-08-28 23:06:00 +0000 |
commit | 99c4ecd18f2a58b969edf997da737ba6a76f1477 (patch) | |
tree | 0e7f393dbd4a840a0a237360b44c9d154226a761 /regs.dat | |
parent | 352170d5eb69fe83772301b67db81c926d0a7e62 (diff) | |
download | nasm-99c4ecd18f2a58b969edf997da737ba6a76f1477.tar.gz nasm-99c4ecd18f2a58b969edf997da737ba6a76f1477.tar.bz2 nasm-99c4ecd18f2a58b969edf997da737ba6a76f1477.zip |
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.
Diffstat (limited to 'regs.dat')
-rw-r--r-- | regs.dat | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -80,7 +80,3 @@ mm0-7 MMXREG mmxreg 0 # SSE registers xmm0-15 XMMREG xmmreg 0 - -# Special registers -eip REG_EIP eipreg 0 -rip REG_RIP ripreg 0 |