package slangc.bytecode; public enum MajorOpcode { INVALID_ZERO, LOADSTORE, CALL, NEW_ARRAY, CONVERT, ALU }