Class DetectUnreachableFormatsVisitor


  • public class DetectUnreachableFormatsVisitor
    extends Visitor
    Detects unreachable disassembler formats.

    root instruction; instruction = "nop": 00000000 | other ;

    other = "hey": 10000000 | "arg %d": 10000001 arg ;

    arg = arg: arg(8);

    %%

    "%s" = instruction arg; // unreachable