08cc582f23
io: i really ought to be working on the ppu and apu by now
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2024-06-13 03:53:25 +05:30
933b622493
io(placeholder): add naive io structure
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2024-06-11 23:30:22 +05:30
0062ad424b
chore: stage bunch of size_t to uint32_t
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2024-06-11 22:58:09 +05:30
174008f60c
memory: bus and rom should not be writeable
...
so fix tests and shit
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-10-05 00:21:18 +05:30
e0f7f32699
refactor: reorganize everything
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-10-04 01:41:38 +05:30
5fcc75bc9a
tests: add tests for internal utilities
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-24 17:36:38 +05:30
9cdfa90acc
memory: remove unused functions
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-23 21:58:41 +05:30
91a82eec7c
log: encapsulate logger
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-23 21:09:44 +05:30
1e8966553f
chore: enclose everything in namespace matar
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-21 10:52:40 +05:30
fa96a4d09f
tests: add execution tests
...
all but data processing
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-18 18:23:52 +05:30
dd9dd5f116
tests: complete disassembler tests
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-17 09:50:32 +05:30
3cf5cbd024
refactor: make linter happy
...
also add a few unused coprocessor instructions
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-14 01:19:41 +05:30
8a04eade92
add a basic structure for disassembler + executor
...
Instructions added
Branch and Exchange (BX)
Branch and Link (B)
Multiply and Accumulate (MUL, MLA)
Multiply Long and Accumulate (SMULL, SMLAL, UMULL, UMLAL)
Single data swap (SWP)
[WIP] Halfword Transfer (STRH, LDRH)
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-13 03:44:36 +05:30
332f0b87d6
initialise a memory structure or smth
...
Signed-off-by: Amneesh Singh <natto@weirdnatto.in >
2023-09-11 10:53:32 +05:30