diff options
author | johannst <johannst@users.noreply.github.com> | 2023-10-22 12:29:22 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-10-22 12:29:22 +0000 |
commit | e37c8e0f9319e3df3ff801f5a38f4717a8a20b28 (patch) | |
tree | e9b1f82c39d1bb1c5c08ada3c02e5e4a9045ffe6 /juicebox_asm/sidebar-items.js | |
parent | e169a010c4942c610314a335e7c79f0cb421eef1 (diff) | |
download | juicebox-asm-e37c8e0f9319e3df3ff801f5a38f4717a8a20b28.tar.gz juicebox-asm-e37c8e0f9319e3df3ff801f5a38f4717a8a20b28.zip |
deploy: 474c2545cbb1af85a326a47e202fe1e6c450b496
Diffstat (limited to 'juicebox_asm/sidebar-items.js')
-rw-r--r-- | juicebox_asm/sidebar-items.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juicebox_asm/sidebar-items.js b/juicebox_asm/sidebar-items.js index 3f5deba..199a7d9 100644 --- a/juicebox_asm/sidebar-items.js +++ b/juicebox_asm/sidebar-items.js @@ -1 +1 @@ -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 +window.SIDEBAR_ITEMS = {"enum":["MemOp","Reg16","Reg32","Reg64","Reg8"],"mod":["prelude"],"struct":["Asm","Imm16","Imm32","Imm64","Imm8","Label","Runtime"]};
\ No newline at end of file |