From 1afd62dc7c4c4716fc6190150822ea1d78aeba7e Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Thu, 21 Oct 2021 00:32:04 +0200 Subject: [PATCH] added fragment. --- .../mos6502-common/_deref_pbum1=_deref_pbum1_bor_vbuaa.asm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/fragment/mos6502-common/_deref_pbum1=_deref_pbum1_bor_vbuaa.asm diff --git a/src/main/fragment/mos6502-common/_deref_pbum1=_deref_pbum1_bor_vbuaa.asm b/src/main/fragment/mos6502-common/_deref_pbum1=_deref_pbum1_bor_vbuaa.asm new file mode 100644 index 000000000..c60295be9 --- /dev/null +++ b/src/main/fragment/mos6502-common/_deref_pbum1=_deref_pbum1_bor_vbuaa.asm @@ -0,0 +1,7 @@ +ldy {m1} +sty $fe +ldy {m1}+1 +sty $ff +ldy #0 +ora ($fe),y +sta ($fe),y \ No newline at end of file