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

Subversion Repositories t400

[/] [t400/] [trunk/] [sw/] [verif/] [black_box/] [obd/] [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 OBD instruction.
5
        ;;
6
 
7
        ;; the cpu type is defined on asl's command line
8
 
9
        org     0x00
10
        clra
11
 
12
        ;; output 1 on D
13
        aisc    0x1
14
        cab
15
        obd
16
 
17
        ;; output 2 on D
18
        aisc    0x1
19
        cab
20
        obd
21
 
22
        ;; output 0 on D
23
        clra
24
        cab
25
        obd
26
 
27
        ;; output 4 on D
28
        aisc    0x4
29
        cab
30
        obd
31
 
32
        ;; output 8 on D
33
        aisc    0x4
34
        cab
35
        obd
36
 
37
        jmp     fail
38
 
39
        org     0x100
40
        include "pass_fail.asm"

powered by: WebSVN 2.1.0

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