diff options
author | johannst <johannst@users.noreply.github.com> | 2023-02-27 22:52:40 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-02-27 22:52:40 +0000 |
commit | 872cf6d06f4d77637b4627fdc583bab79ee2372f (patch) | |
tree | 07022610d914be3813d283577a71a18f26b81d64 /source-files.js | |
download | juicebox-asm-872cf6d06f4d77637b4627fdc583bab79ee2372f.tar.gz juicebox-asm-872cf6d06f4d77637b4627fdc583bab79ee2372f.zip |
deploy: 6486b862edc2750dba83848f62d6c9f3d4c6d3c2
Diffstat (limited to 'source-files.js')
-rw-r--r-- | source-files.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source-files.js b/source-files.js new file mode 100644 index 0000000..850f313 --- /dev/null +++ b/source-files.js @@ -0,0 +1,4 @@ +var sourcesIndex = JSON.parse('{\ +"juicebox_asm":["",[["insn",[],["add.rs","dec.rs","jmp.rs","jnz.rs","jz.rs","mov.rs","ret.rs","test.rs"]]],["imm.rs","insn.rs","label.rs","lib.rs","prelude.rs","reg.rs","rt.rs"]]\ +}'); +createSourceSidebar(); |