mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
This is a WIP checkpoint; not all tests pass yet. More matching changes, and hopefully something much closer to what really is desired now. The number of required patterns is now much smaller. However, a lot of *changes* are needed to the patterns. Since some patterns are repeated all over the place, clean up the x86/addflags.pl script and make it able to generate macro-based common patterns; first use being the patterns for the "basic 8" arithmetic patterns. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
11 lines
832 B
Plaintext
11 lines
832 B
Plaintext
./travis/test/imm64.asm:24: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:25: warning: dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:26: warning: dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:27: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:28: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:52: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:53: warning: dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:54: warning: dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:55: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:56: warning: signed dword exceeds bounds [-w+number-overflow]
|