add test that checks all opcodes per current cpu flags

This commit is contained in:
mrdudz
2025-06-19 01:33:31 +02:00
parent 2be28d2d64
commit d34b36c6e5
2 changed files with 819 additions and 0 deletions

View File

@@ -84,6 +84,12 @@
.byte 0,"CPU_ISET_M740"
.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
.p02