OSDN Git Service

bcc supported.
authorastoria-d <astoria-d@mail.goo.ne.jp>
Sat, 27 Jul 2013 09:02:23 +0000 (18:02 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Sat, 27 Jul 2013 09:02:23 +0000 (18:02 +0900)
simulation/cpu/decoder.vhd

index b229bcc..26152aa 100644 (file)
@@ -1932,6 +1932,8 @@ end  procedure;
                 ----------------------------------------
                 elsif instruction = conv_std_logic_vector(16#90#, dsize) then
                     d_print("bcc");
+                    a58_branch (st_C, '0');
+
                 elsif instruction = conv_std_logic_vector(16#b0#, dsize) then
                     d_print("bcs");
                     a58_branch (st_C, '1');