test: nasm-t -- Add br890790

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-11 17:07:23 +03:00
parent 6ad457d6f8
commit 7c37fae21d
4 changed files with 19 additions and 0 deletions

6
travis/test/br890790.asm Normal file
View file

@ -0,0 +1,6 @@
%rep 5
db 0
%include "br890790_i.asm"
%endrep
db 1

BIN
travis/test/br890790.bin.t Normal file

Binary file not shown.

12
travis/test/br890790.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"description": "Test inclusion inside rep directive",
"id": "br890790",
"format": "bin",
"source": "br890790.asm",
"option": "-Ox -I./travis/test/",
"target": [
{ "output": "br890790.bin" }
]
}
]

View file

@ -0,0 +1 @@
db 2