mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-15 05:14:20 +00:00
Update example program
This commit is contained in:
@ -28,17 +28,16 @@ export default function Home() {
|
||||
router.push('/runner');
|
||||
};
|
||||
|
||||
let instructionList = [
|
||||
{
|
||||
operacao: "LD",
|
||||
registradorR: "F6",
|
||||
registradorS: "34",
|
||||
registradorT: "R1",
|
||||
registradorS: "32",
|
||||
registradorT: "R2",
|
||||
},
|
||||
{
|
||||
operacao: "LD",
|
||||
registradorR: "F2",
|
||||
registradorS: "45",
|
||||
registradorS: "44",
|
||||
registradorT: "R3",
|
||||
},
|
||||
{
|
||||
@ -50,8 +49,8 @@ export default function Home() {
|
||||
{
|
||||
operacao: "SUBD",
|
||||
registradorR: "F8",
|
||||
registradorS: "F6",
|
||||
registradorT: "F2",
|
||||
registradorS: "F2",
|
||||
registradorT: "F6",
|
||||
},
|
||||
{
|
||||
operacao: "DIVD",
|
||||
|
Reference in New Issue
Block a user