diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-01 15:41:25 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-28 22:04:00 -0700 |
commit | de4b89bb3e785aa57c99c947954651cb2541d4dd (patch) | |
tree | f21a6f0dde48bf7fedd765b67967b3e2d043b7e0 /tokens.dat | |
parent | d1cf2de1c027434644169e667eabe687174e9dca (diff) | |
download | nasm-de4b89bb3e785aa57c99c947954651cb2541d4dd.tar.gz nasm-de4b89bb3e785aa57c99c947954651cb2541d4dd.tar.bz2 nasm-de4b89bb3e785aa57c99c947954651cb2541d4dd.zip |
64-bit addressing and prefix handling changes
Revamp the address- and prefix-handling code to make more sense in
64-bit mode. We are now a lot closer to where we want to be, but
we're not quite there yet.
ndisasm may very well have problems, or give counterintuitive output.
However, checking it in so we can make forward progress.
Diffstat (limited to 'tokens.dat')
-rw-r--r-- | tokens.dat | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,9 +5,13 @@ % TOKEN_PREFIX, 0, P_* a16 a32 +a64 +asp lock o16 o32 +o64 +osp rep repe repne |