|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun May 28 21:22:35 CEST 2006
Subject: [cvs-checkins] MODIFIED: t400 ...
Date: 00/06/05 28:21:22 Modified: t400/sw/verif/int/jsr_ret test.asm Log: removed obsolete instructions in decision tree Revision Changes Path 1.2 t400/sw/verif/int/jsr_ret/test.asm http://www.opencores.org/cvsweb.shtml/t400/sw/verif/int/jsr_ret/test.asm.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: test.asm =================================================================== RCS file: /cvsroot/arniml/t400/sw/verif/int/jsr_ret/test.asm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- test.asm 28 May 2006 18:14:19 -0000 1.1 +++ test.asm 28 May 2006 19:22:35 -0000 1.2 @@ -1,5 +1,5 @@ ;; ******************************************************************* - ;; $Id: test.asm,v 1.1 2006/05/28 18:14:19 arniml Exp $ + ;; $Id: test.asm,v 1.2 2006/05/28 19:22:35 arniml Exp $ ;; ;; Checks interrupt on JSR and RET. ;; @@ -82,9 +82,9 @@ ldd 3, 14 x 0 skmbz 0x0 - jmp check_sa_230 + jp check_sa_230 skmbz 0x1 - jmp check_sa_2b0 + jp check_sa_2b0 jmp fail check_sa_230: @@ -92,7 +92,6 @@ jmp int_finished check_sa_2b0: check_sa ret_instr_2b0 - jmp int_finished int_finished: restore_c_m_a
|
 |