diff options
author | johannst <johannst@users.noreply.github.com> | 2024-12-20 22:36:06 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-12-20 22:36:06 +0000 |
commit | 7e758f4d684199c90ec1bb9107908e506bf736cf (patch) | |
tree | 8f3eeea9621197f92420ae7d81d98644134a789a /src/juicebox_asm/lib.rs.html | |
parent | b5935c796ab0b2c478b4480a0dfdacb8e0dfe40e (diff) | |
download | juicebox-asm-gh-pages.tar.gz juicebox-asm-gh-pages.zip |
deploy: 6cc2331c8ff8e7372cd6e9a339250a9d8b58a547gh-pages
Diffstat (limited to 'src/juicebox_asm/lib.rs.html')
-rw-r--r-- | src/juicebox_asm/lib.rs.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/juicebox_asm/lib.rs.html b/src/juicebox_asm/lib.rs.html index 4b32e80..3cc3369 100644 --- a/src/juicebox_asm/lib.rs.html +++ b/src/juicebox_asm/lib.rs.html @@ -88,7 +88,8 @@ <a href="#87" id="87">87</a> <a href="#88" id="88">88</a> <a href="#89" id="89">89</a> -<a href="#90" id="90">90</a></pre></div><pre class="rust"><code><span class="doccomment">//! A simple `x64` jit assembler with a minimal runtime to execute emitted code for fun. +<a href="#90" id="90">90</a> +<a href="#91" id="91">91</a></pre></div><pre class="rust"><code><span class="doccomment">//! A simple `x64` jit assembler with a minimal runtime to execute emitted code for fun. //! //! The following is an fibonacci example implementation. //! ```rust @@ -164,6 +165,7 @@ //! ``` </span><span class="kw">mod </span>asm; +<span class="kw">mod </span>disasm; <span class="kw">mod </span>imm; <span class="kw">mod </span>label; <span class="kw">mod </span>mem; |