X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/b057a5d6e6db6db06ae33703ca72cd235eec91d6..e7fe9dc201afb96f401fb2d3cf5aa19aa7e8e796:/core/insn_ldm8_a.v diff --git a/core/insn_ldm8_a.v b/core/insn_ldm8_a.v index 14d82ca..8a5ffa4 100644 --- a/core/insn_ldm8_a.v +++ b/core/insn_ldm8_a.v @@ -1,3 +1,5 @@ +`define INSN_LD8M_A 9'b0111x0000 // 1111 for ld A, x; 1110 for ld x, A; bit 1 specifies 16m8 or 8m8 + // If opcode[4], then ld A, x, else ld x, A // If opcode[1], then ld 16m8, else ld 8m8