test: nasm-t -- Add br3058845

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-11 18:14:56 +03:00
parent 3402778330
commit 27fe12d46e
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
=<EFBFBD><EFBFBD>f=<EFBFBD><EFBFBD><EFBFBD><EFBFBD>f=<EFBFBD><EFBFBD>=<EFBFBD><EFBFBD><EFBFBD><EFBFBD>f=<EFBFBD><EFBFBD>=<EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@ -0,0 +1 @@
<EFBFBD><EFBFBD><EFBFBD>f<EFBFBD><EFBFBD><EFBFBD>f<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>f<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

11
travis/test/br3058845.asm Normal file
View File

@ -0,0 +1,11 @@
BITS 16
cmp ax, 0xFFFF
cmp eax, 0xFFFF_FFFF
BITS 32
cmp ax, 0xFFFF
cmp eax, 0xFFFF_FFFF
BITS 64
cmp ax, 0xFFFF
cmp eax, 0xFFFF_FFFF

View File

@ -0,0 +1,20 @@
[
{
"description": "Test 0xFFFF optimization (-Ox)",
"id": "br3058845",
"format": "bin",
"source": "br3058845.asm",
"option": "-Ox",
"target": [
{ "output": "br3058845-ox.bin" }
]
},
{
"description": "Test 0xFFFF optimization (-O0)",
"ref": "br3058845",
"option": "-O0",
"target": [
{ "output": "br3058845-o0.bin" }
]
}
]