Decode instructions. I now have an headache. A couple of instruction are still not properly decoded. I need to find proper documentation on them.
6 lines
201 B
CMake
6 lines
201 B
CMake
set(SOURCES nec.c nec_debugger.c)
|
|
set(HEADERS nec.h necea.h necinstr.h necintrf.h necmodrm.h nec_debugger.h)
|
|
|
|
add_library(nec_v30 ${SOURCES} ${HEADERS})
|
|
|
|
target_include_directories(nec_v30 PUBLIC . ..) |