From 514171a803a500bc3589464e9fc4ad062a524e4f Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Sat, 8 Jan 2022 13:44:39 +0100 Subject: [PATCH] added missing fragments. closes #750 --- .../fragment/mos6502-common/vwum1=_deref_pwum2.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/fragment/mos6502-common/vwum1=_deref_pwum2.asm diff --git a/src/main/fragment/mos6502-common/vwum1=_deref_pwum2.asm b/src/main/fragment/mos6502-common/vwum1=_deref_pwum2.asm new file mode 100644 index 000000000..c0d02354a --- /dev/null +++ b/src/main/fragment/mos6502-common/vwum1=_deref_pwum2.asm @@ -0,0 +1,10 @@ +lda {m2} +sta $fe +lda {m2}+1 +sta $ff +ldy #0 +lda ($fe),y +sta {m1} +iny +lda ($fe),y +sta {m1}+1 \ No newline at end of file