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

Subversion Repositories t400

[/] [t400/] [tags/] [rel_1_1/] [sw/] [verif/] [black_box/] [omg_ing/] [test.asm] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 arniml
        ;; *******************************************************************
2
        ;; $Id: test.asm,v 1.1.1.1 2006-05-06 01:56:45 arniml Exp $
3
        ;;
4
        ;; Checks the OMG and ING instructions.
5
        ;;
6
 
7
        ;; the cpu type is defined on asl's command line
8
 
9
        org     0x00
10
        clra
11
 
12
        ;; output 0 on G and check
13
        ;; note: this is done before actually starting the
14
        ;;       sequence because 0 will end the sequence for
15
        ;;       the T411L flavour.
16
        x       0x0
17
        omg
18
        clra
19
        comp
20
        ing
21
        ske
22
        jmp     fail
23
 
24
        ;; output 1 on G
25
        clra
26
        aisc    0x1
27
        x       0x0
28
        omg
29
        ing
30
        ske
31
        jmp     fail
32
 
33
        ;; output 2 on G
34
        clra
35
        aisc    0x2
36
        x       0x0
37
        omg
38
        ing
39
        ske
40
        jmp     fail
41
 
42
        ;; output 4 on G
43
        clra
44
        aisc    0x4
45
        x       0x0
46
        omg
47
        ing
48
        ske
49
        jmp     fail
50
 
51
        ;; output 0 on G
52
        ;; note: last action on COP411L
53
        clra
54
        x       0x0
55
        omg
56
        ing
57
        ske
58
        jmp     fail
59
 
60
        ;; output 8 on G
61
        clra
62
        aisc    0x8
63
        x       0x0
64
        omg
65
        ing
66
        ske
67
        jmp     fail
68
 
69
        ;; output 0 on G
70
        clra
71
        x       0x0
72
        omg
73
        ing
74
        ske
75
        jmp     fail
76
 
77
        org     0x100
78
        include "pass_fail.asm"

powered by: WebSVN 2.1.0

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