Update example program

This commit is contained in:
Werner
2023-06-12 07:46:17 -03:00
parent 1092b461bf
commit c13e39d547

View File

@ -28,17 +28,16 @@ export default function Home() {
router.push('/runner'); router.push('/runner');
}; };
let instructionList = [
{ {
operacao: "LD", operacao: "LD",
registradorR: "F6", registradorR: "F6",
registradorS: "34", registradorS: "32",
registradorT: "R1", registradorT: "R2",
}, },
{ {
operacao: "LD", operacao: "LD",
registradorR: "F2", registradorR: "F2",
registradorS: "45", registradorS: "44",
registradorT: "R3", registradorT: "R3",
}, },
{ {
@ -50,8 +49,8 @@ export default function Home() {
{ {
operacao: "SUBD", operacao: "SUBD",
registradorR: "F8", registradorR: "F8",
registradorS: "F6", registradorS: "F2",
registradorT: "F2", registradorT: "F6",
}, },
{ {
operacao: "DIVD", operacao: "DIVD",