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

Subversion Repositories t400

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 63 arniml
        ;; *******************************************************************
2 179 arniml
        ;; $Id: test.asm 179 2009-04-01 19:48:38Z arniml $
3 63 arniml
        ;;
4
        ;; Pass interrupt test.
5
        ;; Always finds the pass mark when there's an interrupt
6
        ;;
7
 
8
        ;; the cpu type is defined on asl's command line
9
 
10
        org     0x00
11
        clra
12
 
13
        lei     0x02
14
        jp      int_mark
15
 
16
        org     0x030
17
int_mark:
18
        nop
19
        nop
20
        nop
21
        jmp     fail
22
 
23
 
24
        org     0x0ff
25
        nop
26
        jmp     pass
27
 
28
 
29
        org     0x200
30
        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.