Update home authored by Fredrik Falk's avatar Fredrik Falk
...@@ -2,7 +2,6 @@ Welcome to Microcomputer Engineering ...@@ -2,7 +2,6 @@ Welcome to Microcomputer Engineering
==================================== ====================================
* [[Home]] * [[Home]]
* [[General Info]] * [[General Info]]
* [[Assignments]]
* [[Lectures]] * [[Lectures]]
* MIPS * MIPS
* [[MIPS 33000 Manual|MIPS/MIPS 33000 Manual]] * [[MIPS 33000 Manual|MIPS/MIPS 33000 Manual]]
...@@ -10,6 +9,16 @@ Welcome to Microcomputer Engineering ...@@ -10,6 +9,16 @@ Welcome to Microcomputer Engineering
* [[MIPS opcodes|MIPS/MIPS opcodes]] * [[MIPS opcodes|MIPS/MIPS opcodes]]
* [[MIPS registers|MIPS/MIPS registers]] * [[MIPS registers|MIPS/MIPS registers]]
* [[The SyncSim simulator]] * [[The SyncSim simulator]]
* [[Assignments]]
* Labs
* [Lab0a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab0a): Introduction to MIPS
* [Lab0b](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab0b): Reversing a String
* [Lab1a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab1a): Using a frame pointer
* [Lab1b](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab1b): Decrypting a String
* [Lab2](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab2): Pipelined MIPS
* [Lab3a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab3a): User code and a kernel
* [Lab3b](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab3b): A simple multi-processing kernel
* [Lab4](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab4): From C code to assembly
---- ----
... ...
......