Skip to content

Commit

Permalink
4.0: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamarmas committed Jul 13, 2023
1 parent 32dbf1f commit 7b7d194
Show file tree
Hide file tree
Showing 81 changed files with 83 additions and 83 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions examples/MIPS/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,73 +2,73 @@
{
"name": "Example 1",
"id": "e1",
"url":"examples/MIPS/example1.txt",
"url":"examples/MIPS/example1.s",
"description": "Data Storage"
},
{
"name": "Example 2",
"id": "e2",
"url":"examples/MIPS/example2.txt",
"url":"examples/MIPS/example2.s",
"description": "ALU operations"
},
{
"name": "Example 3",
"id": "e3",
"url":"examples/MIPS/example3.txt",
"url":"examples/MIPS/example3.s",
"description": "Store/Load Data in Memory"
},
{
"name": "Example 4",
"id": "e4",
"url":"examples/MIPS/example4.txt",
"url":"examples/MIPS/example4.s",
"description": "FPU operations"
},
{
"name": "Example 5",
"id": "e5",
"url":"examples/MIPS/example5.txt",
"url":"examples/MIPS/example5.s",
"description": "Loop"
},
{
"name": "Example 6",
"id": "e6",
"url":"examples/MIPS/example6.txt",
"url":"examples/MIPS/example6.s",
"description": "Branch"
},
{
"name": "Example 7",
"id": "e7",
"url":"examples/MIPS/example7.txt",
"url":"examples/MIPS/example7.s",
"description": "Loop + Memory"
},
{
"name": "Example 8",
"id": "e8",
"url":"examples/MIPS/example8.txt",
"url":"examples/MIPS/example8.s",
"description": "Copy of matrices"
},
{
"name": "Example 9",
"id": "e9",
"url":"examples/MIPS/example9.txt",
"url":"examples/MIPS/example9.s",
"description": "I/O Syscalls"
},
{
"name": "Example 10",
"id": "e10",
"url":"examples/MIPS/example10.txt",
"url":"examples/MIPS/example10.s",
"description": "I/O Syscalls + Strings"
},
{
"name": "Example 11",
"id": "e11",
"url":"examples/MIPS/example11.txt",
"url":"examples/MIPS/example11.s",
"description": "Subrutines"
},
{
"name": "Example 12",
"id": "e12",
"url":"examples/MIPS/example12.txt",
"url":"examples/MIPS/example12.s",
"description": "Factorial"
}
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions examples/RISCV-simple/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
{
"name": "Example 1",
"id": "e1",
"url":"examples/RISCV/example1.txt",
"url":"examples/RISCV/example1.s",
"description": "ALU operations"
},
{
"name": "Example 2",
"id": "e2",
"url":"examples/RISCV/example2.txt",
"url":"examples/RISCV/example2.s",
"description": "ALU operations"
},
{
"name": "Example 3",
"id": "e3",
"url":"examples/RISCV/example3.txt",
"url":"examples/RISCV/example3.s",
"description": "Memory access"
},
{
"name": "Example 4",
"id": "e4",
"url":"examples/RISCV/example4.txt",
"url":"examples/RISCV/example4.s",
"description": "Simple Loop"
},
{
"name": "Example 5",
"id": "e5",
"url":"examples/RISCV/example5.txt",
"url":"examples/RISCV/example5.s",
"description": "Matrix"
},
{
"name": "Example 6",
"id": "e6",
"url":"examples/RISCV/example6.txt",
"url":"examples/RISCV/example6.s",
"description": "Subrutine"
}
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions examples/RISCV/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,73 +2,73 @@
{
"name": "Example 1",
"id": "e1",
"url":"examples/RISCV/example1.txt",
"url":"examples/RISCV/example1.s",
"description": "Data Storage"
},
{
"name": "Example 2",
"id": "e2",
"url":"examples/RISCV/example2.txt",
"url":"examples/RISCV/example2.s",
"description": "ALU operations"
},
{
"name": "Example 3",
"id": "e3",
"url":"examples/RISCV/example3.txt",
"url":"examples/RISCV/example3.s",
"description": "Store/Load Data in Memory"
},
{
"name": "Example 4",
"id": "e4",
"url":"examples/RISCV/example4.txt",
"url":"examples/RISCV/example4.s",
"description": "FPU operations"
},
{
"name": "Example 5",
"id": "e5",
"url":"examples/RISCV/example5.txt",
"url":"examples/RISCV/example5.s",
"description": "Loop"
},
{
"name": "Example 6",
"id": "e6",
"url":"examples/RISCV/example6.txt",
"url":"examples/RISCV/example6.s",
"description": "Branch"
},
{
"name": "Example 7",
"id": "e7",
"url":"examples/RISCV/example7.txt",
"url":"examples/RISCV/example7.s",
"description": "Loop + Memory"
},
{
"name": "Example 8",
"id": "e8",
"url":"examples/RISCV/example8.txt",
"url":"examples/RISCV/example8.s",
"description": "Copy of matrices"
},
{
"name": "Example 9",
"id": "e9",
"url":"examples/RISCV/example9.txt",
"url":"examples/RISCV/example9.s",
"description": "I/O Syscalls"
},
{
"name": "Example 10",
"id": "e10",
"url":"examples/RISCV/example10.txt",
"url":"examples/RISCV/example10.s",
"description": "I/O Syscalls + Strings"
},
{
"name": "Example 11",
"id": "e11",
"url":"examples/RISCV/example11.txt",
"url":"examples/RISCV/example11.s",
"description": "Subrutines"
},
{
"name": "Example 12",
"id": "e12",
"url":"examples/RISCV/example12.txt",
"url":"examples/RISCV/example12.s",
"description": "Factorial"
}
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7b7d194

Please sign in to comment.