Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1Conceptual Review

  1. True or False: Types are associated with declaration in C (normally), but are associated with instructions (operators) in RISC-V.

  1. True or False: Since there are only 32 registers, we can’t write RISC-V for C expressions that contain > 32 variables.

  1. True or False: If p (stored in x9) were a pointer to an array of ints, then p++; would be translated to addi x9,x9, 1.

2Short Exercises

  1. True/False: