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

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