diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ # juicebox-asm +[![Rust][wf-badge]][wf-output] [![Rustdoc][doc-badge]][doc-html] + +[wf-output]: https://github.com/johannst/juicebox-asm/actions/workflows/tests.yml +[wf-badge]: https://github.com/johannst/juicebox-asm/actions/workflows/tests.yml/badge.svg +[doc-html]: https://johannst.github.io/juicebox-asm +[doc-badge]: https://img.shields.io/badge/juicebox__asm-rustdoc-blue.svg?style=flat&logo=rust + +[![tests]()]() + 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. |