extension : gpm extension
[calu.git] / cpu / src / r_w_ram_b.vhd
index 1093b1b479a4fa2921e13d4eb150265591cd49f4..94362f7ecf6bcc3ea7c15e1a0a70d295a1e9c625 100644 (file)
@@ -18,6 +18,7 @@ architecture behaviour of r_w_ram is
                                    3 => "11100000001000010001100000000000", -- r4 = r2 + r3
                                    4 => "11100010001010100000100000000000", -- r5 = r4 and r1
                                     5 => "11100111101010100000000000000001", -- stw r5,r4,1
+                                   6 => "11101100001000100000000000000000", --cmp r4 , r4       => 2-2 => 1001
 
                                  others => x"F0000000");