LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Sun May 28 17:28:30 CEST 2006
    Subject: [cvs-checkins] MODIFIED: t400 ...
    Top
    Date: 00/06/05 28:17:28

    Modified: t400/sw/verif/int/jmp test.asm
    Log:
    check occurence of interrupt




    Revision Changes Path
    1.3 t400/sw/verif/int/jmp/test.asm

    http://www.opencores.org/cvsweb.shtml/t400/sw/verif/int/jmp/test.asm.diff?r1=1.2&r2=1.3

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: test.asm
    ===================================================================
    RCS file: /cvsroot/arniml/t400/sw/verif/int/jmp/test.asm,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- test.asm 28 May 2006 13:36:19 -0000 1.2
    +++ test.asm 28 May 2006 15:28:30 -0000 1.3
    @@ -1,5 +1,5 @@
    ;; *******************************************************************
    - ;; $Id: test.asm,v 1.2 2006/05/28 13:36:19 arniml Exp $
    + ;; $Id: test.asm,v 1.3 2006/05/28 15:28:30 arniml Exp $
    ;;
    ;; Checks interrupt on JMP.
    ;;
    @@ -11,6 +11,7 @@
    org 0x00
    clra

    + int_flag_clear
    lei 0x02
    jp int_mark

    @@ -27,6 +28,7 @@
    org 0x03f
    + 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



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.