From a572229c8723f0f2b6c673a3ffbce00cd4b88b6a Mon Sep 17 00:00:00 2001 From: MatCat Date: Wed, 7 Apr 2021 23:14:37 -0700 Subject: [PATCH] Working on ISA documentation --- js/instruction_doc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/instruction_doc.js b/js/instruction_doc.js index a761ece..de74680 100644 --- a/js/instruction_doc.js +++ b/js/instruction_doc.js @@ -22,11 +22,11 @@ for (let a = 0; a < Instructions.length; a++) { let outHTML = ""; for (let a = 0; a < ISAPrepList.length; a++) { - outHTML += `
`; + outHTML += `
`; outHTML += `

${ISAPrepList[a].Mnemonic}    ${ISAPrepList[a].LongName}

`; outHTML += ``; outHTML += ``; - outHTML += ``; + outHTML += ``; outHTML += ``; for (let b=0; b < ISAPrepList[a].Varients.length; b++) { let operandtext = "";
Address ModeExampleBytecodeWordsCyclesAddress ModeExampleBytecodeWordsCycles