diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-03-05 21:47:38 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-03-05 21:47:38 +0100 |
commit | a3321c416757d264957f4581bcb1bb164a9d696b (patch) | |
tree | e8b69a762cdc354cd09b64f59096317fed247591 | |
parent | 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c (diff) | |
download | juicebox-asm-a3321c416757d264957f4581bcb1bb164a9d696b.tar.gz juicebox-asm-a3321c416757d264957f4581bcb1bb164a9d696b.zip |
Remove falsely commit lines in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ [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. |