X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/b057a5d6e6db6db06ae33703ca72cd235eec91d6..9e1c03b633deae6254b6df312a48eba6047e266e:/core/insn_add_hl.v diff --git a/core/insn_add_hl.v b/core/insn_add_hl.v index 8ff25f4..0d85f95 100644 --- a/core/insn_add_hl.v +++ b/core/insn_add_hl.v @@ -1,3 +1,5 @@ +`define INSN_ADD_HL 9'b000xx1001 + `ifdef EXECUTE `INSN_ADD_HL: begin case (cycle)