diff --git a/pages/index.js b/pages/index.js index 713ec8c..874750b 100644 --- a/pages/index.js +++ b/pages/index.js @@ -25,75 +25,7 @@ export default function Home() { router.push('/runner'); }; - const [instructionStatus, setInstructionStatus] = useState([]); - - const geraTabelaParaInserirInstrucoes = (nInst) => { - let tabela = []; - - for (let i = 0; i < nInst; i++) { - let d = "D" + i; - let r = "R" + i; - let s = "S" + i; - let t = "T" + i; - - tabela.push( -
Op | @@ -146,7 +77,54 @@ export default function Home() {||||
---|---|---|---|---|
{`${instr.instrucao.operacao} ${instr.instrucao.registradorR} ${instr.instrucao.registradorS} ${instr.instrucao.registradorT}`} | ++ + + + + + + + + + + + | +
+ |
+
+ |
+
+ |
+