Update theory1.org

Added lines for having partial credit on questions 2 and 3.
This commit is contained in:
Joseph Rogers 2020-09-16 10:25:58 +02:00 committed by GitHub
parent 520d4750b9
commit 840d879a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,9 +65,7 @@
** Question 2
*4 points.*
*NO PARTIAL CREDITS*
Since you can test your solution with the testing framework I will not offer any
points for a near correct solution to this problem.
Partial credit awarded on a case by case basis.
Reading the binary of a RISC-V program you get the following:
@ -110,9 +108,7 @@
** Question 3
*4 points.*
*NO PARTIAL CREDITS*
Since you can test your solution with the testing framework I will not offer any
points for a near correct solution to this problem.
Partial credit awarded on a case by case basis.
In order to load a large number LUI and ADDI are used.
consider the following program