tree: 174d635705e00daae6246085c5576de23c4547d8 [path history] [download]
  1. Makefile
  2. Readme.md
  3. cvtpi2ps.asm
  4. cvtps2pi.asm
  5. cvttps2pi.asm
  6. emms.asm
  7. footer.inc
  8. gdbauto
  9. header.inc
  10. movaps.asm
  11. movd.asm
  12. movntpd.asm
  13. movntps.asm
  14. movq.asm
  15. packssdw.asm
  16. packsswb.asm
  17. packuswb.asm
  18. paddb.asm
  19. paddd.asm
  20. paddsb.asm
  21. paddsw.asm
  22. paddusb.asm
  23. paddusw.asm
  24. paddw.asm
  25. pand.asm
  26. pandn.asm
  27. pcmpeqb.asm
  28. pcmpeqd.asm
  29. pcmpeqw.asm
  30. pcmpgtb.asm
  31. pcmpgtd.asm
  32. pcmpgtw.asm
  33. pmaddwd.asm
  34. pmulhw.asm
  35. pmullw.asm
  36. pmuludq.asm
  37. por.asm
  38. pshufw.asm
  39. pslld.asm
  40. psllq.asm
  41. psllw.asm
  42. psrad.asm
  43. psraw.asm
  44. psrld.asm
  45. psrlq.asm
  46. psrlw.asm
  47. psubb.asm
  48. psubd.asm
  49. psubsb.asm
  50. psubsw.asm
  51. psubusb.asm
  52. psubusw.asm
  53. psubw.asm
  54. punpckhbw.asm
  55. punpckhdq.asm
  56. punpckhwd.asm
  57. punpcklbw.asm
  58. punpckldq.asm
  59. punpcklwd.asm
  60. pxor.asm
  61. run.js
  62. ucomiss.asm
tests/nasm/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).