609 B
609 B
Calculator
Aims to be a calculator implemented in 32-bit RISC-V assembly, initially targeting the inexpensive CH32V003 RV32EC microcontroller: 48Mhz 2KB SRAM, 16KB Flash.
Notes
Disassemble
riscv64-unknown-elf-objdump -D main.o
Resources
- https://riscv-programming.org/book/riscv-book.html
- CH32V003 Datasheet
- QingKeV2 Processor Manual — core used in the CH32V003