Commit Graph

62 Commits

Author SHA1 Message Date
inixyz
aa127f043f added exit error on invalid cli argument 2023-10-24 22:29:08 +03:00
inixyz
d3e5e7bf9a hopefully final core.h 2023-10-24 22:00:41 +03:00
inixyz
a1edee0a58 better i type instruction 2023-10-24 21:38:51 +03:00
inixyz
241bcbff06 better r_type 2023-10-24 11:35:52 +03:00
inixyz
f977ca40d4 mem macro instead of load/store 2023-10-24 00:39:07 +03:00
inixyz
993c92d1e6 diferent function for inst types 2023-10-23 23:55:33 +03:00
inixyz
91f5efa8e7 I-type switch 2023-10-22 17:19:34 +03:00
inixyz
f2fbde2e97 new r_type switch 2023-10-22 16:37:03 +03:00
inixyz
4fd0c68f10 mult test 2023-10-22 14:56:03 +03:00
inixyz
e859d18826 funcT typo 2023-10-22 12:28:32 +03:00
inixyz
22d30293f1 benchmark 1:100 emulation 2023-10-21 18:00:14 +03:00
inixyz
69608da5af debug mode step 2023-10-21 17:25:03 +03:00
inixyz
81c0c2ab85 load mem from file 2023-10-21 13:02:09 +03:00
inixyz
4041cc3056 valid step function 2023-10-21 12:25:36 +03:00
Alexandru-Florin Ene
88c2be59cd Update main.c 2023-10-20 22:01:28 +03:00
inixyz
c65ec1cd77 clang format 2023-10-18 20:42:14 +03:00
inixyz
c47cf4cf01 fixed infinite loop when not branching 2023-10-18 00:22:17 +03:00
inixyz
b79efd608a running the first c code 2023-10-17 23:24:36 +03:00
inixyz
8920adc805 better formatting of error and help screen 2023-10-17 21:39:34 +03:00
Alexandru-Florin Ene
cab2cf8d51 Merge pull request #2 from hovara/main
Feature added: Memdump v0.01 .
2023-10-17 20:54:18 +03:00
hovara
868851b5ad Feature added: Memdump v0.01 . 2023-10-17 20:51:01 +03:00
inixyz
91b9a0424b deadbeef test working yay 2023-10-16 01:10:45 +03:00
inixyz
649032148d branch pointer fix 2023-10-16 00:27:54 +03:00
inixyz
1ef81063a0 fix aluipc 2023-10-15 21:15:42 +03:00
inixyz
a0c07323e8 emu remake and hart code 2023-10-15 20:12:17 +03:00
inixyz
351f856cb9 hart remake 2023-10-15 18:59:38 +03:00
inixyz
d6cfb6d524 r_type remake 2023-10-15 17:53:31 +03:00
Alexandru-Florin Ene
2955f96446 Merge pull request #1 from hovara/main
Improved regdump
2023-10-15 17:00:25 +03:00
hovara
997bed005e Feature added:Better regdump v1.01 2023-10-15 16:58:15 +03:00
hovara
7338e10fce Feature added:Better regdump v1.00 2023-10-15 16:43:48 +03:00
Stoica Fabian-Andrei
4a7be2bf33 Merge branch 'inixyz:main' into main 2023-10-15 16:38:35 +03:00
inixyz
62b94902ea new file 2023-10-14 21:55:45 +03:00
hovara
4367711c4f Feature added: Better regdump v0.01 2023-10-14 16:19:28 +03:00
inixyz
8d61b97503 tests 2023-10-14 14:34:52 +03:00
inixyz
060c0de0f3 stack pointer and memsize 2023-10-13 23:53:41 +03:00
inixyz
0c5d5e4b1b command line arguments 2023-10-12 23:57:38 +03:00
inixyz
a23757a10a help 2023-10-12 23:18:31 +03:00
inixyz
fa9badbed4 header file API 2023-10-12 22:37:38 +03:00
inixyz
f06e08abdf running the first instruction yay 2023-10-11 23:45:26 +03:00
inixyz
e0581e48c8 all one file 2023-10-11 20:28:08 +03:00
inixyz
d65e4f5d30 dump registers 2023-10-11 18:36:54 +03:00
inixyz
7a67f2e549 init cpu function 2023-10-10 23:36:46 +03:00
inixyz
0d3a507e56 makefile change 2023-10-10 23:16:49 +03:00
inixyz
d40e940add header organization 2023-10-10 23:13:22 +03:00
inixyz
6b45bcbf42 cleanup 2023-10-10 23:02:00 +03:00
inixyz
3d9d3efa1c all instructions 2023-10-08 21:14:09 +03:00
inixyz
505e51a75e B_type instructions 2023-10-08 19:44:02 +03:00
inixyz
3a1c9cd7cb i_type and shamt 2023-10-08 18:24:07 +03:00
inixyz
e76dd168f6 storeN 2023-10-08 17:26:30 +03:00
inixyz
06ed17b51a L-type 2023-10-08 17:19:56 +03:00