diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:05:55 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:05:55 +0000 |
commit | 09f6acbb75d7f58aa78691844620b85b6c44919b (patch) | |
tree | 24e2d6838a266ff026a5e84da16e9deb2baa155e /nasm.h | |
parent | b1a0143a0db46de295e647975b08aa9b6a00fef9 (diff) | |
download | nasm-09f6acbb75d7f58aa78691844620b85b6c44919b.tar.gz nasm-09f6acbb75d7f58aa78691844620b85b6c44919b.tar.bz2 nasm-09f6acbb75d7f58aa78691844620b85b6c44919b.zip |
NASM 0.98.21
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -13,7 +13,7 @@ #define NASM_MAJOR_VER 0 #define NASM_MINOR_VER 98 -#define NASM_VER "0.98.20" +#define NASM_VER "0.98.21" #ifndef NULL #define NULL 0 @@ -428,8 +428,6 @@ enum { #define UNITY 0x00802000L /* for shift/rotate instructions */ #define BYTENESS 0x40000000L /* so SBYTE == IMMEDIATE | BYTENESS */ #define SBYTE 0x40002000L /* for op r16/32,immediate instrs. */ -#define BIGNESS 0x80000000L /* so SBIG == IMMEDIATE | BIGNESS */ -#define SBIG 0x80002000L /* for eax immediate instrs. */ /* * Next, the codes returned from the parser, for registers and |