Commit Graph

7 Commits

Author SHA1 Message Date
b918b75f27 tests: add some exec tests
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-18 08:05:21 +05:30
dd9dd5f116 tests: complete disassembler tests
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-17 09:50:32 +05:30
be7deb349a tests: [WIP] add unit tests for some of the instructions
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-15 14:07:23 +05:30
7fc6876264 [UNTESTED] complete initial disassembler structure for ARM
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-15 05:23:07 +05:30
169723275e replace symlinks
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-14 11:25:44 +05:30
81afd67e0b delete symlinks
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-14 11:14:36 +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