head	1.1;
access;
symbols
	rel_1_1:1.1
	rel_1_0:1.1
	rel_0_1_beta:1.1;
locks; strict;
comment	@;; @;


1.1
date	2006.05.27.19.05.42;	author arniml;	state Exp;
branches;
next	;
commitid	1784478a3044567;


desc
@@


1.1
log
@initial check-in
@
text
@	;; *******************************************************************
	;; $Id$
	;;
	;; Pass interrupt test.
	;; Always finds the pass mark when there's an interrupt
	;;

	;; the cpu type is defined on asl's command line

	org	0x00
	clra

	lei	0x02
	jp	int_mark

	org	0x030
int_mark:
	nop
	nop
	nop
	jmp	fail


	org	0x0ff
	nop
	jmp	pass


	org	0x200
	include	"int_pass_fail.asm"
@
