v86/tests/nasm
2020-08-30 19:37:14 -05:00
..
create_tests.js Generate prefix handling for string instructions 2020-08-30 19:29:13 -05:00
emms.asm Update emms test 2017-06-20 16:19:38 -05:00
footer.inc Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
gdb-extract-def NASM: Move shared breakpoint out gdb definition script 2020-07-21 20:10:13 -05:00
gen_fixtures.js Default to synchronous execution for nasm tests 2020-08-30 19:37:14 -05:00
header.inc Squash 2020-07-21 20:10:12 -05:00
jcc8.asm Regression tests for 8-bit jumps 2020-08-30 19:27:07 -05:00
jmp_near.asm Remove use of cpu exceptions for trigger_gp for instructions 2020-08-30 19:29:53 -05:00
jump.asm Nasm: Jump tests 2020-07-21 20:10:14 -05:00
loop.asm Remove use of cpu exceptions for trigger_gp for instructions 2020-08-30 19:29:53 -05:00
Makefile nasmtests: Put multiboot section early into binary 2020-08-30 19:27:07 -05:00
maskmovdqu.asm Add NASM test for maskmovdqu xmm, xmm 2020-07-21 20:10:12 -05:00
maskmovq.asm Update maskmovq test to use "test memory" the same way as maskmovdqu 2020-07-21 20:10:12 -05:00
mov16.asm nasmtests: Re-enable 0x89 mem tests in mov16 2020-08-30 19:27:02 -05:00
movd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
movq.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
packssdw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
packsswb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
packuswb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddsb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddsw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddusb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddusw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
paddw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pand.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pandn.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pcmpeqb.asm Fix manual pcmpeqb nasm test 2020-07-21 20:10:13 -05:00
pcmpeqd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pcmpeqw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pcmpgtb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pcmpgtd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pcmpgtw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pmaddwd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pmulhw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pmullw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pop_esp.asm nasm: pop esp test 2020-07-21 20:10:14 -05:00
por.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
prand.js Squash 2020-07-21 20:10:12 -05:00
pshufw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
pslld.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psllq.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psllw.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psrad.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psraw.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psrld.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psrlq.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psrlw.asm Add XMM based manual tests for SSE shift instructions 2020-07-21 20:10:12 -05:00
psubb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
psubd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
psubsb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
psubsw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
psubusb.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
psubusw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
psubw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
punpckhbw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
punpckhdq.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
punpckhwd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
punpcklbw.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
punpckldq.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
punpcklwd.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
push.asm Clean up push nasm test 2020-07-21 20:10:14 -05:00
pxor.asm Simplify nasm tests by using boilerplate includes 2017-06-20 12:07:24 -04:00
Readme.md Remove outdated docs and gdbauto script 2020-07-21 20:10:13 -05:00
run.js Minor 2020-08-30 19:29:54 -05:00

About

The tests in this folder are not comprehensive by any means at the moment.

Automated Testing

  • Run make nasmtests in the root of the project