diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ [doc-badge]: https://img.shields.io/badge/juicebox__asm-rustdoc-blue.svg?style=flat&logo=rust An `x64` jit assembler for learning purpose with the following two main goals: + - Learn about x64 instruction encoding. - Learn how to use the rust type system to disallow invalid operands. |