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>
9 lines
152 B
Meson
9 lines
152 B
Meson
headers = files(
|
|
'memory.hh',
|
|
'bus.hh',
|
|
'header.hh',
|
|
)
|
|
|
|
subdir('cpu')
|
|
|
|
install_headers(headers, subdir: meson.project_name(), preserve_path: true) |