Commit Graph

21 Commits

Author SHA1 Message Date
Baptiste
075d6cb737 add tests run programs 2023-03-08 17:58:38 +01:00
François Autin
58890d85d1
Fixed naming conventions not followed 2023-03-08 13:05:59 +01:00
Baptiste
1e2e537ec9 compare mem_checker and machine 2023-03-07 17:32:59 +01:00
Baptiste
d352f5dcd2 fix jal, branch instr & LD. + better print for machine status 2023-03-06 13:50:45 +01:00
amaury
cef082bfd5 ajout des mémoires nachos de tous les tests 2023-03-06 11:19:00 +01:00
Baptiste
6f6191ea3c memory.txt can be execute 2023-03-05 23:49:28 +01:00
Baptiste
5a90419ebb change memory to a vector, it can now be fill 2023-03-01 16:12:46 +01:00
Baptiste
73c49414ff print_memory dans Machine 2023-03-01 15:11:35 +01:00
Baptiste
39b7db864a calling mem_checker in main 2023-02-15 18:01:50 +01:00
Quentin Legot
3762547402 Added OPIW OPs and made some fix (see description)
Fix some warning which appear on clippy
Fix print with 2 OPIW operations
Fix doc in mod.rs
2023-02-04 18:16:52 +01:00
Quentin Legot
b1909e3280 Moving files to simulator module 2023-01-11 14:58:12 +01:00
Baptiste
4fa691a568 LOAD and BRANCH instructions 2022-11-23 18:04:35 +01:00
Moysan Gabriel
98f4c0b67e base 2022-11-16 16:52:52 +01:00
Quentin Legot
9a233f3c12 Remove ~60 warnings 2022-11-16 15:48:46 +01:00
Baptiste
240f029881 simulate some instructions 2022-11-09 17:35:16 +01:00
Baptiste
a341493526 first instruction in oneInstruction() 2022-11-09 16:47:26 +01:00
Rémi Rativel
c377929ce1 Creating machine.rs file 2022-11-09 15:59:05 +01:00
Baptiste
7f9fb76513 import Instruction and use print in main 2022-10-26 15:06:37 +02:00
Baptiste
cfb0a8e176 decode (recquire tests) 2022-10-19 17:23:41 +02:00
Baptiste
9748b0f2dc decode & struct Instruction 2022-10-19 16:39:38 +02:00
François Autin
8a59a9341c
Initialized cargo project 2022-10-05 16:30:21 +02:00