Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# cse3666-2022fall
This repo is for CSE 3666 lab assignments in Fall 2022.
Your submitted work in lab, homework, quiz, exam, etc. should be clean and
tidy. Always write good, concise comments in code.
When grading coding questions, we check the correctness but also the
**quality**. For example, RISC-V idioms should be recognized and written
properly. Some idioms are listed on [this
page.](https://github.com/zhijieshi/cse3666/blob/master/rv-examples/risc-v-idioms.md)
In addition, good code should be easy to read.
## File storage
**Important:** Save your files to cloud storage like OneDrive. Local
storage on lab computers or UConn AnyWare Desktop may be wiped.
UITS recommends to download/upload files through web interface. UConn students
can access Microsoft or Google apps/storages through
[email.uconn.edu](https://email.uconn.edu/).
## Links
[RISC-V examples](https://github.com/zhijieshi/cse3666/tree/master/rv-examples)