OP_LD
: OP_LD '#' number {
| OP_LD K_PKT_LEN {
| OP_LD extension {
| OP_LD 'M' '[' number ']' {
| OP_LD '[' 'x' '+' number ']' {
| OP_LD '[' '%' 'x' '+' number ']' {
| OP_LD '[' number ']' {
%token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
if ((opcode == OP_LD) || (opcode == OP_STD))