macaw/x86/x86_tests/README

9 lines
344 B
Plaintext
Raw Normal View History

2019-01-22 21:25:37 +03:00
This directory contains small unit tests used to develop an
understanding of specific x86 instructions.
2019-04-03 18:24:57 +03:00
The tests can be executed via `make run`. If any fail, this suggests
that our understanding of the instruction semantics was incorrect.
2019-01-22 21:25:37 +03:00
It is not strictly needed for macaw-x86, but included when we need to
2019-04-03 18:24:57 +03:00
revisit instruction semantics.