mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-15 13:24:20 +00:00
Update example program
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user