aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/juicebox_asm/lib.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/juicebox_asm/lib.rs.html')
-rw-r--r--src/juicebox_asm/lib.rs.html4
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;