fix/add missing .ifp02x and .p02x pseudo ops, update test

This commit is contained in:
mrdudz
2025-06-17 23:34:23 +02:00
parent 3486cd7830
commit 5a3aa1fd51
7 changed files with 148 additions and 89 deletions

View File

@@ -8,6 +8,10 @@
lda #$ea
.endif
.ifp02x
lax #$ea
.endif
.ifpsc02
jmp ($1234,x)
.endif
@@ -72,3 +76,13 @@
.byte 0,"CPU_ISET_6502DTV"
.endif
; step 3: switch through all supported cpus to verify the pseudo-op is there
.p02
.p02X
.psc02
.pc02
.p816
.p4510
.pdtv