mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
added asm test for 6502DTV cpu
This commit is contained in:
parent
130d3b52a2
commit
843b94388a
@ -24,6 +24,10 @@
|
|||||||
taz
|
taz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.ifpdtv
|
||||||
|
sac #00
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
; step 2: check for bitwise compatibility of instructions sets
|
; step 2: check for bitwise compatibility of instructions sets
|
||||||
; (made verbose for better reading with hexdump/hd(1))
|
; (made verbose for better reading with hexdump/hd(1))
|
||||||
@ -64,3 +68,7 @@
|
|||||||
.byte 0,"CPU_ISET_4510"
|
.byte 0,"CPU_ISET_4510"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if (.cpu .bitand CPU_ISET_6502DTV)
|
||||||
|
.byte 0,"CPU_ISET_6502DTV"
|
||||||
|
.endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user