head	1.2;
access;
symbols
	rel_1_1:1.2
	rel_1_0:1.2
	rel_0_1_beta:1.2
	LOC_CVS_0_1:1.1.1.1
	LOC_CVS:1.1.1;
locks; strict;
comment	@;; @;


1.2
date	2006.05.18.00.22.43;	author arniml;	state Exp;
branches;
next	1.1;
commitid	59ed446bbe434567;

1.1
date	2006.05.06.01.56.45;	author arniml;	state Exp;
branches
	1.1.1.1;
next	;
commitid	7cbf445c02434567;

1.1.1.1
date	2006.05.06.01.56.45;	author arniml;	state Exp;
branches;
next	;
commitid	7cbf445c02434567;


desc
@@


1.2
log
@adapt for T420 testbench
@
text
@	;; *******************************************************************
	;; $Id: test.asm,v 1.1.1.1 2006/05/06 01:56:45 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"
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
	;; $Id: test.asm,v 1.3 2006/04/24 18:44:38 arnim Exp $
d22 3
a24 2
	;; output 0 on D
	clra
d28 1
a28 1
	;; output 4 on D
d33 2
a34 2
	;; output 8 on D
	aisc	0x4
@


1.1.1.1
log
@import from local CVS repository, LOC_CVS_0_1
@
text
@@
