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

Subversion Repositories t400

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t400/trunk/sw/verif/black_box/omg_ing
    from Rev 28 to Rev 176
    Reverse comparison

Rev 28 → Rev 176

/test.asm
0,0 → 1,71
;; *******************************************************************
;; $Id: test.asm,v 1.2 2006-05-17 00:39:13 arniml Exp $
;;
;; Checks the OMG and ING instructions.
;;
 
;; the cpu type is defined on asl's command line
 
org 0x00
clra
 
;; output 0 on G and check
;; note: this is done before actually starting the
;; sequence because 0 will end the sequence for
;; the T411L flavour.
x 0x0
omg
clra
comp
ing
ske
jmp fail
 
;; output 1 on G
clra
aisc 0x1
x 0x0
omg
ing
ske
jmp fail
 
;; output 2 on G
clra
aisc 0x2
x 0x0
omg
ing
ske
jmp fail
 
;; output 4 on G
clra
aisc 0x4
x 0x0
omg
ing
ske
jmp fail
 
;; output 8 on G
;; note: last action on COP411L
clra
aisc 0x8
x 0x0
omg
ing
ske
jmp fail
 
;; output 0xf on G
clra
aisc 0xf
x 0x0
omg
ing
ske
jmp fail
 
org 0x100
include "pass_fail.asm"

powered by: WebSVN 2.1.0

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