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

Subversion Repositories t400

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

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

Rev 2 Rev 24
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-16 22:54:07 arniml Exp $
        ;;
        ;;
        ;; Checks the OGI instruction.
        ;; Checks the OGI instruction.
        ;;
        ;;
 
 
        ;; the cpu type is defined on asl's command line
        ;; the cpu type is defined on asl's command line
Line 16... Line 16...
        ogi     0x2
        ogi     0x2
 
 
        ;; output 4 on G
        ;; output 4 on G
        ogi     0x4
        ogi     0x4
 
 
        ;; output 0 on G
 
        ogi     0x0
 
 
 
        ;; output 8 on G
        ;; output 8 on G
        ogi     0x8
        ogi     0x8
 
 
        ;; output 0 on G
        ;; output f on G
        ogi     0x0
        ogi     0xf
 
 
        jmp     fail
        jmp     fail
 
 
        org     0x100
        org     0x100
        include "pass_fail.asm"
        include "pass_fail.asm"

powered by: WebSVN 2.1.0

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