diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-19 17:55:43 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-19 17:55:43 +0100 |
commit | 40bcea9b225cd5936d14715e8f3cb8dc366baece (patch) | |
tree | 375d7f8dc75702afacc4bc2164eb79e1bb2a71e3 | |
parent | 869761849ff64669244b6cbb79cac41f66654041 (diff) | |
download | juicebox-asm-40bcea9b225cd5936d14715e8f3cb8dc366baece.tar.gz juicebox-asm-40bcea9b225cd5936d14715e8f3cb8dc366baece.zip |
readme: add ascii logo
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |