diff --git a/lab0/lab0.md b/lab0/lab0.md index a1e5509..fcfa3d8 100644 --- a/lab0/lab0.md +++ b/lab0/lab0.md @@ -25,7 +25,8 @@ cloud storage like OneDrive. Otherwise, you may lose your files.* ### Task 1 Follow the instructions on [this page](https://github.com/zhijieshi/cse3666/blob/master/misc/rars.md) -to install RARS and run RISC-V programs in RARS. +to install RARS and run RISC-V programs in RARS. The page has a link +to [RISC-V examples.](https://github.com/zhijieshi/cse3666/tree/master/rv-examples) Copy code in `01-hello.s` to a new file `lab0.s`. Modify the `msg` string so the program prints the following. There is no space after the ending dot.