diff options
-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. |