add m740 to macpack cpu, add .ifpm740, add regression test for those

This commit is contained in:
mrdudz
2025-06-16 21:59:38 +02:00
parent 20e7c54fa3
commit 0b74ae8c2d
7 changed files with 24 additions and 1 deletions

View File

@@ -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

Binary file not shown.