mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-25 21:54:51 +03:00
.. | ||
.gitignore | ||
btx_run.s | ||
btx_test.c | ||
expect_segfault.c | ||
expect_segfault.h | ||
fsgs_run.s | ||
fsgs_test.c | ||
Makefile | ||
pop_run.s | ||
pop_test.c | ||
README | ||
ret_run.s | ||
ret_test.c | ||
ucomis_run.s | ||
ucomis_test.c | ||
utils.h |
This directory contains small unit tests used to develop an understanding of specific x86 instructions. The tests can be executed via `make run`. If any fail, this suggests that our understanding of the instruction semantics was incorrect. It is not strictly needed for macaw-x86, but included when we need to revisit instruction semantics.