aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-19 17:55:43 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-19 17:55:43 +0100
commit40bcea9b225cd5936d14715e8f3cb8dc366baece (patch)
tree375d7f8dc75702afacc4bc2164eb79e1bb2a71e3
parent869761849ff64669244b6cbb79cac41f66654041 (diff)
downloadjuicebox-asm-40bcea9b225cd5936d14715e8f3cb8dc366baece.tar.gz
juicebox-asm-40bcea9b225cd5936d14715e8f3cb8dc366baece.zip
readme: add ascii logo
-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.