]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_ldm8_a.v
Move macro defines out to files
[fpgaboy.git] / core / insn_ldm8_a.v
index 14d82cae0551e95abb579e0cf3da6c0a2015d782..8a5ffa476e989fa1d1711f80d6fdce1d77663e1b 100644 (file)
@@ -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
 
This page took 0.022455 seconds and 4 git commands to generate.