`INSN_reg_H: `_H <= tmp + (opcode[0] ? 8'hFF : 8'h01);
`INSN_reg_L: `_L <= tmp + (opcode[0] ? 8'hFF : 8'h01);
endcase
+ `_F <= {
+ (tmp + (opcode[0] ? 8'hFF : 8'h01)) ? 1'b0 : 1'b1,
+ 1'b0,
+ (({1'b0,tmp[3:0]} + (opcode[0] ? 5'h1F : 5'h01)) >> 4) ? 1'b1 : 1'b0,
+ `_F[4:0]};
end
`endif