Fabian 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
..
Makefile 32000594c1 nasmtests: Turn warnings into errors 3 年之前
Readme.md c780862cf5 Remove outdated docs and gdbauto script 4 年之前
create_tests.js 0c97cf9a7c nasmtests: Reduce verbosity 3 年之前
emms.asm b7237338c3 Update emms test 7 年之前
f2xm1.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fdecstp.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fdiv-zero.asm 158bb75fec FPU: Implement zero divide fault 4 年之前
fincstp.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
footer.inc f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
fprem.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fprem1.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fptan.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fpu_m80.asm cd909c4f02 Add tests for fstenv/fldenv/fld [m80] 3 年之前
frndint.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fsave_frstor.asm 28d70d6250 Add test for fsave and frstor 3 年之前
fscale.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fsincos.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fsqrt.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fstenv.asm cd909c4f02 Add tests for fstenv/fldenv/fld [m80] 3 年之前
fxtract-zero.asm 158bb75fec FPU: Implement zero divide fault 4 年之前
fxtract.asm 0269e9cecf Fix fxtract 4 年之前
fyl2x-zero.asm 158bb75fec FPU: Implement zero divide fault 4 年之前
fyl2x.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
fyl2xp1.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
gdb-extract-def fc3bf8583d nasmtests: Print newlines after invalid fpu registers 3 年之前
gen_fixtures.js acb8ad5423 Avoid console.assert (doesn't throw) 3 年之前
header.inc 975a06269e Squash 4 年之前
indirect-call.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
indirect-jump.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
jcxz.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 年之前
jump.asm 3cfce44363 Nasm: Jump tests 4 年之前
leave16.asm 0c42ea0d1f Custom code generation for leave (C9) 4 年之前
leave32.asm 0c42ea0d1f Custom code generation for leave (C9) 4 年之前
loop.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 年之前
loopnz.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 年之前
loopz.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 年之前
maskmovdqu.asm 2ad796c85a Add NASM test for maskmovdqu xmm, xmm 4 年之前
maskmovq.asm 6802f6ab5f Update maskmovq test to use "test memory" the same way as maskmovdqu 4 年之前
mov16.asm ccb9b6cbbf nasmtests: Re-enable 0x89 mem tests in mov16 4 年之前
mov_sreg.asm 7f41e6fe48 Test for mov [mem], sreg 3 年之前
movd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
movq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
packssdw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
packsswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
packuswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
paddw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pand.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pandn.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pcmpeqb.asm a3420c5f32 Fix manual pcmpeqb nasm test 4 年之前
pcmpeqd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pcmpeqw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pcmpgtb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pcmpgtd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pcmpgtw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pmaddwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pmulhw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pmullw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pop_esp.asm 0c2113d28c nasm: pop esp test 4 年之前
pop_esp2.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 年之前
por.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
prand.js 975a06269e Squash 4 年之前
pshufw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
pslld.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psllq.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psllw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psrad.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psraw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psrld.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psrlq.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psrlw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 年之前
psubb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
psubd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
psubsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
psubsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
psubusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
psubusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
psubw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
punpckhbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
punpckhdq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
punpckhwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
punpcklbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
punpckldq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
punpcklwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
push.asm b1787e5a0f Clean up push nasm test 4 年之前
pxor.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年之前
ret-imm.asm 837e6ff362 Custom code generation for ret imm (C2) 4 年之前
run.js 6187fc7cca Use assert over console.assert 3 年之前

Readme.md

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