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