aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37782cd..fec24ab 100644
--- a/README.md
+++ b/README.md
@@ -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.