aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc5e8a7..167429a 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,19 @@
[doc-html]: https://johannst.github.io/juicebox-asm
[doc-badge]: https://img.shields.io/badge/juicebox__asm-rustdoc-blue.svg?style=flat&logo=rust
+```
+ //
++-------------||---+.
+|`. (||) `.
+| `+------------------+
+| | juicebox-asm |
+| | |
+| | |
++ | fine x64 |
+ `. | bits |
+ `+------------------+
+```
+
An `x64` jit assembler for learning purpose with the following two main goals:
- Learn about x64 instruction encoding.