add m740 to macpack cpu, add .ifpm740, add regression test for those
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
sac #$00
|
||||
.endif
|
||||
|
||||
.ifpm740
|
||||
jsr $ff12
|
||||
.endif
|
||||
|
||||
|
||||
; step 2: check for bitwise compatibility of instructions sets
|
||||
; (made verbose for better reading with hexdump/hd(1))
|
||||
@@ -72,3 +76,7 @@
|
||||
.byte 0,"CPU_ISET_6502DTV"
|
||||
.endif
|
||||
|
||||
.if (.cpu .bitand CPU_ISET_M740)
|
||||
.byte 0,"CPU_ISET_M740"
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user