Commit graph

20 commits

Author SHA1 Message Date
Nicola
a9e74bdd70
Update README.md 2025-06-22 18:53:57 +02:00
Nikilite
95e3a3a4af Refactor decode_and_execute to streamline NOP and MOV handling; add real ADD instruction test 2025-06-22 18:49:33 +02:00
Nikilite
37cdefc5c8 Fix MOV pattern matching and reorder decode to preserve ADD case
and deleted a lot of useless comments
2025-06-22 18:05:24 +02:00
Nikilite
f904a5f174 Merge branch 'main' of https://github.com/Nikilites/oboromi 2025-06-22 15:55:58 +02:00
Nikilite
3acaba2672 Add ARM64 field decoder and print decoded NOP fields 2025-06-22 15:55:55 +02:00
Nicola
ec00242f5c
long README.md
1 hour of writing lmao
2025-06-19 19:05:21 +02:00
Nikilite
c401549a8d Delete .gitkeep 2025-06-16 16:37:08 +02:00
Nikilite
6e9ee31ee6 Enhance Memory with bounds checking and read_u32; add CPU–Memory integration tests 2025-06-16 16:32:59 +02:00
Nicola
62d920b8cc read and write byte methods
added memory struct with read and write byte methods
2025-06-12 15:51:28 +02:00
Nicola
25e2c3ea23 init memory 2025-06-11 20:30:30 +02:00
Nicola
5540531120
dummyimage 2025-06-10 02:54:07 +02:00
Nicola
8af5921af9
Update README.md 2025-06-10 02:48:05 +02:00
Nikilites
0e7ff20fa4 init cpu 2025-06-10 02:24:48 +02:00
Nicola
b73710673b
misspelled oboromi 2025-06-09 21:59:14 +02:00
Nikilites
6333d1ec6f track project folders with .gitkeep 2025-06-09 21:46:42 +02:00
Nikilites
112a1f230c add .gitkeep to root-level folders 2025-06-09 21:42:37 +02:00
Nikilites
e0d39fb4c6 track module directories with .gitkeep & project folder structure 2025-06-09 21:39:02 +02:00
Nicola
341676c221
Update README.md
github doesn't support markdown CSS styles, right.
2025-06-09 20:34:05 +02:00
Nikilites
19a4cce934 initial commit 2025-06-09 20:27:23 +02:00
Nicola
48c2e5936b
Initial commit 2025-06-09 20:11:08 +02:00