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

Subversion Repositories t400

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arniml
        ;; *******************************************************************
2 179 arniml
        ;; $Id: test.asm 179 2009-04-01 19:48:38Z arniml $
3 2 arniml
        ;;
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 28 arniml
        ;; output 8 on G
52 2 arniml
        ;; note: last action on COP411L
53
        clra
54
        aisc    0x8
55
        x       0x0
56
        omg
57
        ing
58
        ske
59
        jmp     fail
60
 
61 28 arniml
        ;; output 0xf on G
62 2 arniml
        clra
63 28 arniml
        aisc    0xf
64 2 arniml
        x       0x0
65
        omg
66
        ing
67
        ske
68
        jmp     fail
69
 
70
        org     0x100
71
        include "pass_fail.asm"

powered by: WebSVN 2.1.0

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