+`define INSN_ALU_EXT 9'b100xxxxxx
+
`ifdef EXECUTE
`INSN_ALU_EXT: begin
if ((opcode[2:0] == `INSN_reg_dHL) && (cycle == 0))
if(cycle == 0) begin end
else if(cycle == 1) begin
`EXEC_WRITE(`_HL, alu_res)
+ `_F <= {f_res,`_F[3:0]};
end else begin
`EXEC_NEWCYCLE
end