refactor: reorganize everything

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-10-04 01:41:38 +05:30
parent 36d71a4ee2
commit e0f7f32699
28 changed files with 297 additions and 338 deletions

View File

@@ -1,3 +1,8 @@
headers += files(
'alu.hh',
'cpu.hh',
)
'psr.hh'
)
subdir('arm')
subdir('thumb')