mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
test: nasm-t -- Add newrdwr test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
ea258e6c74
commit
7d7a159633
22
travis/test/newrdwr.asm
Normal file
22
travis/test/newrdwr.asm
Normal file
@ -0,0 +1,22 @@
|
||||
bits 64
|
||||
|
||||
rdfsbase eax
|
||||
rdfsbase rax
|
||||
rdgsbase eax
|
||||
rdgsbase rax
|
||||
rdrand ax
|
||||
rdrand eax
|
||||
rdrand rax
|
||||
wrfsbase eax
|
||||
wrfsbase rax
|
||||
wrgsbase eax
|
||||
wrgsbase rax
|
||||
|
||||
osp rdfsbase eax
|
||||
osp rdfsbase rax
|
||||
osp rdgsbase eax
|
||||
osp rdgsbase rax
|
||||
osp wrfsbase eax
|
||||
osp wrfsbase rax
|
||||
osp wrgsbase eax
|
||||
osp wrgsbase rax
|
1
travis/test/newrdwr.bin.t
Normal file
1
travis/test/newrdwr.bin.t
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ب<EFBFBD>H<EFBFBD>بfاِاِHاِ<EFBFBD><EFBFBD>ذ<EFBFBD>H<EFBFBD>ذ<EFBFBD><EFBFBD>ظ<EFBFBD>H<EFBFBD>ظf<EFBFBD><EFBFBD><EFBFBD>f<EFBFBD>H<EFBFBD><EFBFBD>f<EFBFBD><EFBFBD>بf<EFBFBD>H<EFBFBD>بf<EFBFBD><EFBFBD>ذf<EFBFBD>H<EFBFBD>ذf<EFBFBD><EFBFBD>ظf<EFBFBD>H<EFBFBD>ظ
|
11
travis/test/newrdwr.json
Normal file
11
travis/test/newrdwr.json
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"description": "Test rdfsbase, wrfsbase",
|
||||
"id": "newrdwr",
|
||||
"format": "bin",
|
||||
"source": "newrdwr.asm",
|
||||
"target": [
|
||||
{ "output": "newrdwr.bin" }
|
||||
]
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user