File:  [HATARI the Atari ST Emulator] / hatari / tests / cpu / int_addx.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:58:39 2019 UTC (7 years, 3 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, HEAD
hatari 2.2.0


/* test that ADDX does clears Z only if result is nonzero */
.global tst_addx_1
tst_addx_1:
	clr.l	d0
	move.l	#1,d1
	addx	d0,d0
	seq	d0
	rts

.global tst_addx_2
tst_addx_2:
	move.l	#1,d1
	clr.l	d0
	addx	d1,d1
	seq	d0
	rts

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.