1 `define INSN_INCDEC_HL 9'b00011010x
8 `EXEC_WRITE(`_HL, rdata + (opcode[0] ? 8'hFF : 8'h01))
9 tmp <= rdata + (opcode[0] ? 8'hFF : 8'h01);
20 `INSN_INCDEC_HL: begin
23 (tmp == 8'h00) ? 1'b1 : 1'b0, /* Z */
25 (tmp[3:0] == (opcode[0] ? 4'hF : 4'h0)) ? 1'b1 : 1'b0,