Chuck Crayne
26d3de3217
Initial support for ELF64
2007-04-28 06:18:48 +00:00
H. Peter Anvin
0db11e236b
Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs
...
- MOV gpr,CRx or MOV CRx,gpr can access high control registers with a LOCK
prefix; handle that in both the assembler and disassembler.
- Get a saner error message when trying to access high resources in
non-64-bit mode.
2007-04-17 20:23:11 +00:00
Keith Kanios
c7ae18dba1
Placated unreferenced types.
2007-04-14 00:46:25 +00:00
Keith Kanios
a6dfa78b78
Fixed distinction between char and int8_t data types.
2007-04-13 16:47:53 +00:00
Keith Kanios
b7a89544d0
General push for x86-64 support, dubbed 0.99.00.
2007-04-12 02:40:54 +00:00
H. Peter Anvin
e2c80181b6
Apply Nindent to all .c and .h files
2005-01-15 22:15:51 +00:00
Ed Beroset
c06f6df292
fixed bug #677841 by limiting the scanner to no more than 4095 characters for a single ID token
2003-09-08 00:30:40 +00:00
Frank Kotler
8fa0d037f3
"Q" and "O" suffixes now indicate octal - touch up docs
2003-02-06 02:44:08 +00:00
H. Peter Anvin
c2f156e451
RAA fix from theowl
2002-09-12 22:03:10 +00:00
H. Peter Anvin
24cfef4f8f
Clean up unnecessary dependencies.
2002-09-12 16:34:06 +00:00
H. Peter Anvin
bfebdb0a07
"const"-ipation fixes from Trevor Woerner
2002-09-12 02:23:54 +00:00
H. Peter Anvin
d6696dbe1a
Fix really stupid thinko on my part...
2002-05-26 22:49:19 +00:00
H. Peter Anvin
f807fd8f0d
raa_read() is defined to return 0 for all uninitialized entries, do
...
not issue an error.
Some minor ANSI C cleanups (memset(...,0,...) is *not* a valid way to
initialize an array of pointers to NULL.)
2002-05-26 22:30:48 +00:00
H. Peter Anvin
01377d8d7c
Implement new "strict" keyword to inhibit optimization.
2002-05-21 03:16:33 +00:00
Frank Kotler
8a273b078d
applied theowl's patch to raa_write - errors to raa_read
2002-05-18 07:26:18 +00:00
Ed Beroset
64af0aa6de
added const keyword to strdup argument
2002-05-17 03:11:15 +00:00
H. Peter Anvin
0a7a3b459c
Change "const static" -> "static const" to keep gcc happy
2002-05-14 23:54:46 +00:00
H. Peter Anvin
310b3e165f
Code cleanup fixes from Ed Beroset
2002-05-14 22:38:55 +00:00
H. Peter Anvin
734b188090
NASM 0.98.09
2002-04-30 21:01:08 +00:00
H. Peter Anvin
af535c16cf
NASM 0.98.03
2002-04-30 20:59:21 +00:00
H. Peter Anvin
eba20a73f2
NASM 0.98p3
2002-04-30 20:53:55 +00:00
H. Peter Anvin
87bc61964c
NASM 0.97
2002-04-30 20:53:16 +00:00
H. Peter Anvin
76690a12ad
NASM 0.96
2002-04-30 20:52:49 +00:00
H. Peter Anvin
d7ed89eac9
NASM 0.94
2002-04-30 20:52:08 +00:00
H. Peter Anvin
ea6e34db64
NASM 0.91
2002-04-30 20:51:32 +00:00