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