OpenCores
URL https://opencores.org/ocsvn/t400/t400/trunk

Subversion Repositories t400

[/] [t400/] [trunk/] [sw/] [verif/] [int/] [nop/] [test.asm] - Blame information for rev 81

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 75 arniml
        ;; *******************************************************************
2 81 arniml
        ;; $Id: test.asm,v 1.2 2006-05-28 13:20:49 arniml Exp $
3 75 arniml
        ;;
4
        ;; Checks interrupt on NOP.
5
        ;;
6
 
7
        ;; the cpu type is defined on asl's command line
8
 
9
        include "int_macros.inc"
10
 
11
        org     0x00
12
        clra
13
 
14
        lei     0x02
15
        jp      int_mark
16
 
17
        org     0x030
18
int_mark:
19
        nop
20
        nop
21
int_instr:
22
        nop
23
ret_instr:
24
        jmp     pass
25
 
26
 
27
        org     0x0fd
28
        jmp     fail
29
int_routine:
30
        nop
31 81 arniml
        save_a_m_c
32 75 arniml
        check_sa        ret_instr
33 81 arniml
        restore_c_m_a
34 75 arniml
        ret
35
 
36
 
37
        org     0x200
38
        include "int_pass_fail.asm"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.