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

Subversion Repositories t400

[/] [t400/] [trunk/] [sw/] [verif/] [black_box/] [obd/] [test.asm] - Diff between revs 2 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 30
Line 1... Line 1...
        ;; *******************************************************************
        ;; *******************************************************************
        ;; $Id: test.asm,v 1.1.1.1 2006-05-06 01:56:45 arniml Exp $
        ;; $Id: test.asm,v 1.2 2006-05-18 00:22:43 arniml Exp $
        ;;
        ;;
        ;; Checks the OBD instruction.
        ;; Checks the OBD instruction.
        ;;
        ;;
 
 
        ;; the cpu type is defined on asl's command line
        ;; the cpu type is defined on asl's command line
Line 17... Line 17...
        ;; output 2 on D
        ;; output 2 on D
        aisc    0x1
        aisc    0x1
        cab
        cab
        obd
        obd
 
 
        ;; output 0 on D
        ;; output 4 on D
        clra
        ;; note: last action on COP411L
 
        aisc    0x2
        cab
        cab
        obd
        obd
 
 
        ;; output 4 on D
        ;; output 8 on D
        aisc    0x4
        aisc    0x4
        cab
        cab
        obd
        obd
 
 
        ;; output 8 on D
        ;; output 0xf on D
        aisc    0x4
        aisc    0x7
        cab
        cab
        obd
        obd
 
 
        jmp     fail
        jmp     fail
 
 

powered by: WebSVN 2.1.0

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