fix test
This commit is contained in:
Binary file not shown.
@@ -70,6 +70,10 @@
|
|||||||
.byte 0,"CPU_ISET_6502X"
|
.byte 0,"CPU_ISET_6502X"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if (.cpu .bitand CPU_ISET_6502DTV)
|
||||||
|
.byte 0,"CPU_ISET_6502DTV"
|
||||||
|
.endif
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_65SC02)
|
.if (.cpu .bitand CPU_ISET_65SC02)
|
||||||
.byte 0,"CPU_ISET_65SC02"
|
.byte 0,"CPU_ISET_65SC02"
|
||||||
.endif
|
.endif
|
||||||
@@ -86,18 +90,6 @@
|
|||||||
.byte 0,"CPU_ISET_65CE02"
|
.byte 0,"CPU_ISET_65CE02"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_65816)
|
|
||||||
.byte 0,"CPU_ISET_65816"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_SWEET16)
|
|
||||||
.byte 0,"CPU_ISET_SWEET16"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_HUC6280)
|
|
||||||
.byte 0,"CPU_ISET_HUC6280"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_4510)
|
.if (.cpu .bitand CPU_ISET_4510)
|
||||||
.byte 0,"CPU_ISET_4510"
|
.byte 0,"CPU_ISET_4510"
|
||||||
.endif
|
.endif
|
||||||
@@ -106,19 +98,28 @@
|
|||||||
.byte 0,"CPU_ISET_45GS02"
|
.byte 0,"CPU_ISET_45GS02"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_6502DTV)
|
.if (.cpu .bitand CPU_ISET_HUC6280)
|
||||||
.byte 0,"CPU_ISET_6502DTV"
|
.byte 0,"CPU_ISET_HUC6280"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (.cpu .bitand CPU_ISET_M740)
|
.if (.cpu .bitand CPU_ISET_M740)
|
||||||
.byte 0,"CPU_ISET_M740"
|
.byte 0,"CPU_ISET_M740"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
; FIXME: something with 65816 is quirky
|
.if (.cpu .bitand CPU_ISET_65816)
|
||||||
.if (.not .cpu .bitand CPU_ISET_65816)
|
.byte 0,"CPU_ISET_65816"
|
||||||
.include "allinst.inc"
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if (.cpu .bitand CPU_ISET_SWEET16)
|
||||||
|
.byte 0,"CPU_ISET_SWEET16"
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
; FIXME: something with 65816 is quirky
|
||||||
|
;.if (.not .cpu .bitand CPU_ISET_65816)
|
||||||
|
.include "allinst.inc"
|
||||||
|
;.endif
|
||||||
|
|
||||||
|
|
||||||
; step 3: switch through all supported cpus to verify the pseudo-op is there
|
; step 3: switch through all supported cpus to verify the pseudo-op is there
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user