H. Peter Anvin
f04031bbd7
Make test/Makefile a bit more useful
...
Make all the tests depend on the nasm binary...
2007-09-22 21:47:13 -07:00
H. Peter Anvin
eb49a4e1d4
Merge commit 'origin/sse5'
2007-09-19 16:22:03 -07:00
H. Peter Anvin
b4b4317878
test/Makefile: make a bit more useful
2007-09-19 16:15:22 -07:00
H. Peter Anvin
f48bc6fb48
Support generating NaNs and infinities
...
Support generating NaNs and infinities as part of floating-point
constants.
2007-09-18 21:55:56 -07:00
H. Peter Anvin
72ac77bb0b
Simple test for hexadecimal floating-point numbers
...
Very trivial test for hexadecimal floating-point numbers
2007-09-18 18:37:36 -07:00
H. Peter Anvin
e31747e95b
Unify all standard IEEE floating-point formats; add 128-bit
...
Unify all the standard IEEE formats into one function, add support for
IEEE standard 128-bit floating point numbers.
The 80-bit format is still special since it explicitly represents the
integer portion.
2007-09-18 17:50:34 -07:00
H. Peter Anvin
cf5180a955
Actually generate SSE5 instructions
...
This checkin completes what is required to actually generate SSE5
instructions. No support in the disassembler yet.
This checkin covers:
- Support for actually generating DREX prefixes.
- Support for matching operand "operand X must match Y"
2007-09-17 17:25:27 -07:00
H. Peter Anvin
2ced2ec370
test/r13.asm: test special-casing of rbp and r13 in 64-bit mode
...
Test that we correctly special-case the modr/m generation for r13 in
64-bit mode.
2007-09-17 13:19:25 -07:00
H. Peter Anvin
9ab60dabcc
Simple performance benchmarks: label, macro and token lookups
...
Simple scripts to generate performance benchmarks for label,
macro and token lookups. The label and macro lookups are simple
numerical sequences; it may be desirable to add some more
sophisticated algorithms for producing tokens in case we want to
compare different hash functions against each other.
2007-09-13 18:13:20 -07:00
H. Peter Anvin
53a3c687dd
Fix some MMX/SSE irregularities which interact with the 64-bit support
2007-09-02 16:37:03 +00:00
H. Peter Anvin
4768f5f6f2
Simple 64-bit org test
2007-09-02 06:23:29 +00:00
H. Peter Anvin
3894519675
Use standard macro for the default directive
2007-08-29 16:41:43 +00:00
H. Peter Anvin
859f085985
More test cases for rel and abs addressing
2007-08-29 16:38:47 +00:00
H. Peter Anvin
12fc7bc4b2
Add test cases for IP-relative addressing
2007-08-29 15:49: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
Stanislav Karchebny
d52236c00e
Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const
2003-09-25 11:43:28 +00:00
Stanislav Karchebny
5e8f36611f
Consistency fix
2003-09-25 11:28:45 +00:00
Stanislav Karchebny
88a049aca1
Added _NASM_FORMAT_ macro
2003-09-24 10:30:56 +00:00
H. Peter Anvin
88dce03d8e
Use the version of tmap.nas that actually caused problems
2003-09-10 23:33:38 +00:00
H. Peter Anvin
8b3d1a546d
More test files...
2003-09-08 22:59:45 +00:00
Frank Kotler
16486faf30
fix comment in test/lnxhello.asm
2003-08-06 07:13:59 +00:00
H. Peter Anvin
a3cacd74f5
Add Linux "hello world" example
2003-07-10 00:40:46 +00:00
H. Peter Anvin
752cbe511b
Add a test for incorrect handing of offsets with prefixes
2002-11-07 22:45:46 +00:00
H. Peter Anvin
24cfef4f8f
Clean up unnecessary dependencies.
2002-09-12 16:34:06 +00:00
H. Peter Anvin
628168c502
Fix Borland C++ optimization bug; add test for bad DOS binaries.
2002-09-12 04:33:58 +00:00
H. Peter Anvin
3ba467795a
Deal with another case of address/operand size confusion, BR 560873
2002-05-27 23:19:35 +00:00
H. Peter Anvin
24762d487c
Correct handling of SEG <nonsegment>; per BR 560575
2002-05-27 02:19:43 +00:00
Debbie Wiles
591553d88d
Added extra tests, to fully test multisection support for .bin format
2002-05-24 14:33:35 +00:00
H. Peter Anvin
52c9ad7b3c
Add %elif preprocessor test
2002-05-22 23:01:06 +00:00
H. Peter Anvin
e4b9254447
Add 16-bit imul test for strictness
2002-05-22 20:48:01 +00:00
H. Peter Anvin
8c1da7b3ce
Fix the handling of the STRICT keyword
2002-05-22 20:45:09 +00:00
H. Peter Anvin
01377d8d7c
Implement new "strict" keyword to inhibit optimization.
2002-05-21 03:16:33 +00:00
H. Peter Anvin
77a036e213
Make .rodata a recognized ELF section with default attributes
2002-05-17 04:51:10 +00:00
H. Peter Anvin
94e6ee0873
Tests for the %ifmacro directives
2002-05-07 04:31:28 +00:00
H. Peter Anvin
9a633fa3b9
NASM 0.98.25alt
2002-04-30 21:08:11 +00:00
H. Peter Anvin
caa82a1e66
NASM 0.98.16
2002-04-30 21:03:11 +00:00
H. Peter Anvin
9eb185bfdb
NASM 0.98.15
2002-04-30 21:02:47 +00:00
H. Peter Anvin
788e6c10e1
NASM 0.98.12
2002-04-30 21:02:01 +00:00
H. Peter Anvin
4cf1748e68
NASM 0.98.11
2002-04-30 21:01:38 +00:00
H. Peter Anvin
1cd0e2d5bf
NASM 0.98.08
2002-04-30 21:00:33 +00:00
H. Peter Anvin
af535c16cf
NASM 0.98.03
2002-04-30 20:59:21 +00:00
H. Peter Anvin
76690a12ad
NASM 0.96
2002-04-30 20:52:49 +00:00
H. Peter Anvin
6768eb71d8
NASM 0.95
2002-04-30 20:52:26 +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