DW_OP_lit0
if (opcode >= DW_OP_lit0 && opcode <= DW_OP_lit31) {
TRACE_EXPR(" DW_OP_lit%u\n", opcode - DW_OP_lit0);
_Push(opcode - DW_OP_lit0);