Commit Graph

15 Commits

Author SHA1 Message Date
297562766c Adds addiw instruction, all tests passing 2025-11-10 22:07:15 +01:00
9daa296892 Lays groundword for Rv64i extension
Some base files had to be modified to support 64-bit architecture
as well as the Makefile to load 64-bit words into memory
2025-11-10 16:38:40 +01:00
03e315903e Implements sub: passing tests 2025-11-09 18:33:12 +01:00
441f665d34 Stage 12: passing tests 2025-11-09 18:23:24 +01:00
603a1ac54a Stage 11: Passing tests 2025-11-09 17:48:18 +01:00
4018f69f65 Stage 10: passing tests 2025-11-09 15:35:42 +01:00
60d57b69bf Stage 10: test not passing 2025-11-08 18:56:19 +01:00
036f432d76 Stage 9: Full implemntation + passing tests 2025-11-07 18:03:45 +01:00
e83e7c11c1 Stage 8: all tests passing 2025-11-07 15:27:15 +01:00
c88662403e Attempts to implement jalr, test not passing 2025-11-07 13:37:46 +01:00
cbf7ec9ad3 Add jal instruction 2025-11-07 11:51:33 +01:00
c2c16d9672 Stage 7: Register to register operations, all tests passing 2025-11-06 19:02:42 +01:00
37435c6677 Add tests for stage 7 2025-11-06 18:52:31 +01:00
1c829366de Implements stage 6: tests passing 2025-11-06 18:38:32 +01:00
5f696dc8e7 Refactor tests 2025-11-06 16:34:17 +01:00