|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun May 28 17:29:20 CEST 2006
Subject: [cvs-checkins] MODIFIED: t400 ...
Date: 00/06/05 28:17:29 Modified: t400/sw/verif/int/jp test.asm Log: check occurence of interrupt Revision Changes Path 1.4 t400/sw/verif/int/jp/test.asm http://www.opencores.org/cvsweb.shtml/t400/sw/verif/int/jp/test.asm.diff?r1=1.3&r2=1.4 (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.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- test.asm 28 May 2006 13:21:36 -0000 1.3 +++ test.asm 28 May 2006 15:29:19 -0000 1.4 @@ -1,5 +1,5 @@ ;; ******************************************************************* - ;; $Id: test.asm,v 1.3 2006/05/28 13:21:36 arniml Exp $ + ;; $Id: test.asm,v 1.4 2006/05/28 15:29:19 arniml Exp $ ;; ;; Checks interrupt on JP. ;; @@ -11,6 +11,7 @@ org 0x00 clra + int_flag_clear lei 0x02 jp int_mark @@ -27,6 +28,7 @@ org 0x3e + aisc 0xf ret_instr: + int_flag_check jmp pass @@ -35,6 +37,7 @@ int_routine: nop save_a_m_c + int_flag_set check_sa ret_instr restore_c_m_a ret
|
 |