Oh no! Some styles failed to load. 😵 Please try reloading this page
Menu â–¾ â–´

Tree [r41309] / testprogs / CPU / jeek816 /
 History

HTTPS access


File Date Author Commit
 Makefile 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 RUN 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 license.txt 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 readme.txt 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 suite-a.asm 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 suite-a.prg 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 suite-a.r 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.
 test-816.txt 2018-01-10 blackystardust [r34296] Added 65816 abs mode wrap around test program.

Read Me

65C816 instruction set test


2017-12-13 J.E. Klasek j+816 AT klasek DOT at


ACME syntax, green border shows success. in case of failure red border
is shown and $0400 contains number of failed test and $0401 a bitmap
showing which tests actually failed.
If all tests fail on screen "f?" will be shown (corresponds to 6 failures)
and the bitmap %00111111 ($3F = '?')

There are 6 tests (bit 5 to bit 0):

	STX $FFFF	fails in 16 mode for X/Y if wrapping to location 0
	STY $FFFF	fails in 16 mode for X/Y if wrapping to location 0
	LDX $FFFF,Y	fails if wrapping to same bank
	LDY $FFFF,X	fails if wrapping to same bank
	TRB $FFFF	fails in 16 mode for A/M if wrapping to location 0
	TSB $FFFF	fails in 16 mode for A/M if wrapping to location 0

-------------------------------------------------------------------------------