1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

added asm test for 6502DTV cpu

This commit is contained in:
Zsolt Branyiczky 2020-11-16 22:16:40 +01:00 committed by Oliver Schmidt
parent 130d3b52a2
commit 843b94388a

View File

@ -24,6 +24,10 @@
taz
.endif
.ifpdtv
sac #00
.endif
; step 2: check for bitwise compatibility of instructions sets
; (made verbose for better reading with hexdump/hd(1))
@ -64,3 +68,7 @@
.byte 0,"CPU_ISET_4510"
.endif
.if (.cpu .bitand CPU_ISET_6502DTV)
.byte 0,"CPU_ISET_6502DTV"
.endif