aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-03-05 22:36:56 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-03-05 22:36:56 +0100
commitd287e5f8161dd647fd5beb7510024f4641213fb1 (patch)
tree731ca8e3149f01b129aaebcc26517a7bd4d1eae4
parent8316b628bbc9945fd1d08305317cf49a6482801f (diff)
downloadjuicebox-asm-d287e5f8161dd647fd5beb7510024f4641213fb1.tar.gz
juicebox-asm-d287e5f8161dd647fd5beb7510024f4641213fb1.zip
Fix readme for gitlite about formatter
-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.