]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_ldm16_a.v
Move macro defines out to files
[fpgaboy.git] / core / insn_ldm16_a.v
index d8356f76862a633a0fb3ae1bd76df27b3e8210b9..744551e7deb4b4a822d2511c240157c97e0af4e2 100644 (file)
@@ -1,3 +1,5 @@
+`define INSN_LD16M_A           9'b0111x1010    // 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
 
This page took 0.022835 seconds and 4 git commands to generate.