aboutsummaryrefslogtreecommitdiffhomepage
path: root/juicebox_asm/sidebar-items.js
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2023-03-05 20:47:28 +0000
committerjohannst <johannst@users.noreply.github.com>2023-03-05 20:47:28 +0000
commit865c1d3231fd57c648121d961be91793d0bfe690 (patch)
treea9dc81103d1e9d38b6a7ffe1f728d5f0e4959610 /juicebox_asm/sidebar-items.js
parent872cf6d06f4d77637b4627fdc583bab79ee2372f (diff)
downloadjuicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.tar.gz
juicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.zip
deploy: 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c
Diffstat (limited to 'juicebox_asm/sidebar-items.js')
-rw-r--r--juicebox_asm/sidebar-items.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/juicebox_asm/sidebar-items.js b/juicebox_asm/sidebar-items.js
index a1b0c17..3f5deba 100644
--- a/juicebox_asm/sidebar-items.js
+++ b/juicebox_asm/sidebar-items.js
@@ -1 +1 @@
-window.SIDEBAR_ITEMS = {"enum":[["MemOp",""]],"mod":[["prelude",""],["rt",""]],"struct":[["Asm",""]]}; \ No newline at end of file
+window.SIDEBAR_ITEMS = {"enum":[["MemOp","Type representing a memory operand."],["Reg16","Definition of 16 bit registers."],["Reg32","Definition of 32 bit registers."],["Reg64","Definition of 64 bit registers."],["Reg8","Definition of 8 bit registers."]],"mod":[["prelude","Crate prelude, which can be used to import the most important types at once."]],"struct":[["Asm","`x64` jit assembler."],["Imm16","Type representing a 16 bit immediate."],["Imm32","Type representing a 32 bit immediate."],["Imm64","Type representing a 64 bit immediate."],["Imm8","Type representing an 8 bit immediate."],["Label","A label which is used as target for jump instructions."],["Runtime","A simple `mmap`ed runtime with executable pages."]]}; \ No newline at end of file