Fabian cda9398da5 Nasm tests: Ensure build folder exists 7 years ago
..
Makefile 6e9fb16ac5 Nasm: Separate .o generation in makefile 4 years ago
Readme.md 016005fa20 Update testing readmes 7 years ago
create_tests.js cda9398da5 Nasm tests: Ensure build folder exists 4 years ago
emms.asm b7237338c3 Update emms test 7 years ago
footer.inc f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
gdbauto 4332444dfe Use same esp in orace and test 4 years ago
header.inc 4332444dfe Use same esp in orace and test 4 years ago
movd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
movq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
packssdw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
packsswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
packuswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
paddw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pand.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pandn.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pcmpeqb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pcmpeqd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pcmpeqw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pcmpgtb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pcmpgtd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pcmpgtw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pmaddwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pmulhw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pmullw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
por.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pshufw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pslld.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psllq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psllw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psrad.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psraw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psrld.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psrlq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psrlw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
psubw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
punpckhbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
punpckhdq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
punpckhwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
punpcklbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
punpckldq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
punpcklwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
pxor.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 years ago
run.js 3014f95359 Significantly improve speed of nasm tests 4 years ago

Readme.md

About

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

Automated Testing

  • Run make && ./run.js in the root of the project

Manual

  • Run make filename.img to compile a multiboot kernel image to be used in v86.
  • Run make filename.bin to compile a regular ELF binary to run on a real machine.
  • Run make filename.fixture to run filename.bin through gdb with the gdbauto script (to extract the state of all mmx registers at the moment).