diff --git a/src/main/fragment/mos6502-common/_deref_pduz1=vdum2.asm b/src/main/fragment/mos6502-common/_deref_pduz1=vdum2.asm new file mode 100644 index 000000000..e1dd19574 --- /dev/null +++ b/src/main/fragment/mos6502-common/_deref_pduz1=vdum2.asm @@ -0,0 +1,12 @@ +ldy #0 +lda {m2} +sta ({z1}),y +iny +lda {m2}+1 +sta ({z1}),y +iny +lda {m2}+2 +sta ({z1}),y +iny +lda {m2}+3 +sta ({z1}),y \ No newline at end of file