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 15:35:23 CEST 2006
    Subject: [cvs-checkins] MODIFIED: t400 ...
    Top
    Date: 00/06/05 28:15:35

    Modified: t400/sw/verif/include int_macros.inc
    Log:
    rename save/restore macros




    Revision Changes Path
    1.3 t400/sw/verif/include/int_macros.inc

    http://www.opencores.org/cvsweb.shtml/t400/sw/verif/include/int_macros.inc.diff?r1=1.2&r2=1.3

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

    Index: int_macros.inc
    ===================================================================
    RCS file: /cvsroot/arniml/t400/sw/verif/include/int_macros.inc,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- int_macros.inc 28 May 2006 13:18:36 -0000 1.2
    +++ int_macros.inc 28 May 2006 13:35:23 -0000 1.3
    @@ -1,5 +1,5 @@
    ;; *******************************************************************
    - ;; $Id: int_macros.inc,v 1.2 2006/05/28 13:18:36 arniml Exp $
    + ;; $Id: int_macros.inc,v 1.3 2006/05/28 13:35:23 arniml Exp $
    ;;
    ;; Defines macros for interrupt tests.
    ;;
    @@ -7,7 +7,7 @@
    ;; -------------------------------------------------------------------
    ;; Save current A, M and C to M(3,15), M(3,14) and M(3,13).
    ;;
    -save_m_c MACRO
    +save_a_m_c MACRO
    xad 3, 15 ; save A to M(3,15)

    x 0 ; save current M
    @@ -67,7 +67,7 @@
    ;; -------------------------------------------------------------------
    ;; Restore C, M and A from M(3,13), M(3,14) and M(3,15)
    ;;
    -restore_c_m MACRO
    +restore_c_m_a MACRO
    xad 3, 13 ; restore C
    x 0 ; from M(3,13)
    rc ;



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