Files
matar/src/cpu/thumb/meson.build
Amneesh Singh 36d71a4ee2 thumb: add execution of instructions
also arm: fix some instructions

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-30 01:31:09 +05:30

8 lines
134 B
Meson

lib_sources += files(
'instruction.cc',
'exec.cc'
)
if get_option('disassembler')
lib_sources += files('disassembler.cc')
endif