mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-08-23 10:33:50 -04:00
travis: add splitea test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
35b3e90741
commit
b07ef09273
11
travis/test/splitea.asm
Normal file
11
travis/test/splitea.asm
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
bits 32
|
||||||
|
|
||||||
|
mov eax,[eax]
|
||||||
|
mov eax,[eax+ecx]
|
||||||
|
mov eax,[eax+ecx*4]
|
||||||
|
mov eax,[eax+ecx*4+8]
|
||||||
|
|
||||||
|
mov eax,[eax]
|
||||||
|
mov eax,[eax,ecx]
|
||||||
|
mov eax,[eax,ecx*4]
|
||||||
|
mov eax,[eax+8,ecx*4]
|
BIN
travis/test/splitea.bin.t
Normal file
BIN
travis/test/splitea.bin.t
Normal file
Binary file not shown.
12
travis/test/splitea.json
Normal file
12
travis/test/splitea.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"description": "Split EA test",
|
||||||
|
"id": "splitea",
|
||||||
|
"format": "bin",
|
||||||
|
"source": "splitea.asm",
|
||||||
|
"option": "-Ox",
|
||||||
|
"target": [
|
||||||
|
{ "output": "splitea.bin" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user