thumb: initialise instruction formats

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-23 22:05:20 +05:30
parent 9cdfa90acc
commit 492c06cc45
4 changed files with 426 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ lib_sources += files(
'alu.cc'
)
subdir('arm')
subdir('arm')
subdir('thumb')