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>
This commit is contained in:
5
include/cpu/meson.build
Normal file
5
include/cpu/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
headers += files(
|
||||
'cpu.hh',
|
||||
'psr.hh',
|
||||
'utility.hh'
|
||||
)
|
Reference in New Issue
Block a user