Vasilis Kyriafinis
Vasilis Kyriafinis
The bar is not updating right when the number of iterations is less than 52 **Steps to reproduce**: Use the following for loop ```C++ progressbar p_bar(29); for (int i =...
In the [`\subsection{I Type}`](https://github.com/johnwinans/rvalp/blob/43fe02e83dab02f82847947599f4d32846269500/book/rv32/chapter.tex#L657C1-L657C20) the first graph shows the opcode as `0000011`, which is the opcode for the memory instructions. The I-Type ALU instructions have opcode `0010011`, the [jalr](https://github.com/johnwinans/rvalp/blob/43fe02e83dab02f82847947599f4d32846269500/book/rv32/chapter.tex#L732) instruction...