diff options
author | johannst <johannst@users.noreply.github.com> | 2023-03-05 21:22:11 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-03-05 21:22:11 +0000 |
commit | e169a010c4942c610314a335e7c79f0cb421eef1 (patch) | |
tree | 48be45ad3289a0de40f35c8a2e7acb737b0f4bfc /source-files.js | |
parent | 865c1d3231fd57c648121d961be91793d0bfe690 (diff) | |
download | juicebox-asm-e169a010c4942c610314a335e7c79f0cb421eef1.tar.gz juicebox-asm-e169a010c4942c610314a335e7c79f0cb421eef1.zip |
deploy: 8316b628bbc9945fd1d08305317cf49a6482801f
Diffstat (limited to 'source-files.js')
-rw-r--r-- | source-files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source-files.js b/source-files.js index 850f313..90705da 100644 --- a/source-files.js +++ b/source-files.js @@ -1,4 +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"]]\ +"juicebox_asm":["",[["insn",[],["add.rs","call.rs","dec.rs","jmp.rs","jnz.rs","jz.rs","mov.rs","nop.rs","ret.rs","test.rs"]]],["imm.rs","insn.rs","label.rs","lib.rs","prelude.rs","reg.rs","rt.rs"]]\ }'); createSourceSidebar(); |