Fabian cda9398da5 Nasm tests: Ensure build folder exists 7 年 前
..
Makefile 6e9fb16ac5 Nasm: Separate .o generation in makefile 4 年 前
Readme.md 016005fa20 Update testing readmes 7 年 前
create_tests.js cda9398da5 Nasm tests: Ensure build folder exists 4 年 前
emms.asm b7237338c3 Update emms test 7 年 前
footer.inc f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
gdbauto 4332444dfe Use same esp in orace and test 4 年 前
header.inc 4332444dfe Use same esp in orace and test 4 年 前
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 f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
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 年 前
por.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
pshufw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
pslld.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psllq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psllw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psrad.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psraw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psrld.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psrlq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
psrlw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
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 年 前
pxor.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 年 前
run.js 3014f95359 Significantly improve speed of nasm tests 4 年 前

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).