Revert "BNEZ"

This reverts commit ddbc0255fe.
This commit is contained in:
Werner
2023-06-21 11:38:43 -03:00
parent ddbc0255fe
commit c04380b40a

View File

@ -443,15 +443,6 @@ export default function Home() {
} }
} }
if (uf.instrucao?.operacao === "BNEZ") {
if (uf.instrucao?.registradorR != uf.instrucao?.registradorS) {
let entry = uf.estadoInstrucao.posicao;
instructionStatus[entry].discart = true;
instructionStatus[entry + 1].discart = true;
setInstructionStatus(instructionStatus);
}
}
if ((uf.ocupado) && (uf.vj !== null) && (uf.vk !== null)) { if ((uf.ocupado) && (uf.vj !== null) && (uf.vk !== null)) {
uf.tempo = uf.tempo - 1; uf.tempo = uf.tempo - 1;
uf.estadoInstrucao.busy = true; uf.estadoInstrucao.busy = true;