diff --git a/genc.py b/genc.py index 40d4c4b..caa4304 100644 --- a/genc.py +++ b/genc.py @@ -218,6 +218,8 @@ def parse_file(path): groups = [InstructionGroup(common) for common in root.iter("common")] return groups +# TODO: instead of gzipping pipe directly C code into GCC +# FIXME: instruction_t has no actual rex, imm, value values def generate_table(groups): table_len = 0 # header