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/obd
    from Rev 30 to Rev 176
    Reverse comparison

Rev 30 → Rev 176

/test.asm
0,0 → 1,41
;; *******************************************************************
;; $Id: test.asm,v 1.2 2006-05-18 00:22:43 arniml Exp $
;;
;; Checks the OBD instruction.
;;
 
;; the cpu type is defined on asl's command line
 
org 0x00
clra
 
;; output 1 on D
aisc 0x1
cab
obd
 
;; output 2 on D
aisc 0x1
cab
obd
 
;; output 4 on D
;; note: last action on COP411L
aisc 0x2
cab
obd
 
;; output 8 on D
aisc 0x4
cab
obd
 
;; output 0xf on D
aisc 0x7
cab
obd
 
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.