On 1/12/21 8:41 AM, Philippe Mathieu-Daudé wrote: > Some ISA use a dot in their opcodes. Allow the decodetree > script to process them. The dot is replaced by an underscore > in the generated code.
Given that you then have to remember to use '_' on the C side, what advantage does this give? r~