mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
decoder: Implement initial A64 instruction decoder
Adds a python script, tools/generate_a64_table.py, to parse ARM's machine readable XML. The script generates a static C lookup table containing instruction mnemonics, masks, and values. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -17,6 +17,7 @@ option(BALLISTIC_ENABLE_BUILD_TESTS "Enables Ballistic tests" OFF)
|
||||
|
||||
add_library(Ballistic STATIC
|
||||
src/decoder.c
|
||||
src/decoder_table_gen.c
|
||||
)
|
||||
|
||||
target_include_directories(Ballistic PRIVATE src)
|
||||
|
||||
Reference in New Issue
Block a user