head	1.1;
branch	1.1.1;
access;
symbols
	rel_1_1:1.1.1.1
	rel_1_0:1.1.1.1
	rel_0_6_1_beta:1.1.1.1
	rel_0_6__beta:1.1.1.1
	rel_0_6_beta:1.1.1.1
	rel_0_5_beta:1.1.1.1
	rel_0_4_beta:1.1.1.1
	rel_0_3_beta:1.1.1.1
	rel_0_2_beta:1.1.1.1
	rel_0_1_beta:1.1.1.1
	transfer:1.1.1.1
	local:1.1.1;
locks; strict;
comment	@;; @;


1.1
date	2004.03.25.22.29.17;	author arniml;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.03.25.22.29.17;	author arniml;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@	;; *******************************************************************
	;; $Id: test.asm,v 1.1 2004/03/12 10:33:31 arnim Exp $
	;;
	;; Test JNC instruction.
	;; *******************************************************************

	INCLUDE	"cpu.inc"
	INCLUDE	"pass_fail.inc"

	ORG	0

	;; Start of test
	jnc	ok_1
	jmp	fail

ok_1:	mov	a, #0FFH
	add	a, #001H
	jnc	fail

pass:	PASS

fail:	FAIL
@


1.1.1.1
log
@Imported sources
@
text
@@
