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