stw.2
authorStefan Rebernig <stefan.rebernig@gmail.com>
Mon, 29 Nov 2010 14:42:08 +0000 (15:42 +0100)
committerStefan Rebernig <stefan.rebernig@gmail.com>
Mon, 29 Nov 2010 14:42:08 +0000 (15:42 +0100)
cpu/src/decoder_b.vhd

index 11d2e3b66738ad001c7ebe4d9dba8b9be0f2113d..8f97d9fdfdc49aff7fb0e292eaa86d2ddc03c5c4 100644 (file)
@@ -263,6 +263,8 @@ begin
                instr_s.reg_src2_addr := instruction(22 downto 19);     -- register value
                instr_s.reg_src1_addr := instruction(18 downto 15);     -- mem addr
                instr_s.displacement(14 downto 0) := instruction(14 downto 0);
+               instr_s.op_detail(NO_PSW_OPT) := '1';
+               instr_s.op_group := LDST_OP;
        end if;
 
 --     when "10001" =>         --sth