|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun May 28 15:19:04 CEST 2006
Subject: [cvs-checkins] MODIFIED: t400 ...
Date: 00/06/05 28:15:19 Modified: t400/sw/verif/int/jp test.asm Log: include new save/restore macros Revision Changes Path 1.2 t400/sw/verif/int/jp/test.asm http://www.opencores.org/cvsweb.shtml/t400/sw/verif/int/jp/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/jp/test.asm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- test.asm 28 May 2006 02:44:13 -0000 1.1 +++ test.asm 28 May 2006 13:19:04 -0000 1.2 @@ -1,5 +1,5 @@ ;; ******************************************************************* - ;; $Id: test.asm,v 1.1 2006/05/28 02:44:13 arniml Exp $ + ;; $Id: test.asm,v 1.2 2006/05/28 13:19:04 arniml Exp $ ;; ;; Checks interrupt on JP. ;; @@ -34,7 +34,9 @@ jmp fail int_routine: nop + save_m_c check_sa ret_instr + restore_c_m ret
|
 |