diff --git a/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuaa.asm b/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuaa.asm new file mode 100644 index 000000000..0e32de761 --- /dev/null +++ b/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuaa.asm @@ -0,0 +1 @@ +sta {m1}+1 \ No newline at end of file diff --git a/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuxx.asm b/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuxx.asm new file mode 100644 index 000000000..a09f990d8 --- /dev/null +++ b/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuxx.asm @@ -0,0 +1 @@ +stx {m1}+1 \ No newline at end of file diff --git a/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuyy.asm b/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuyy.asm new file mode 100644 index 000000000..e833d1cc7 --- /dev/null +++ b/src/main/fragment/mos6502-common/pvom1=pvom1_setbyte1_vbuyy.asm @@ -0,0 +1 @@ +sty {m1}+1 \ No newline at end of file diff --git a/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuaa.asm b/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuaa.asm new file mode 100644 index 000000000..0641889fd --- /dev/null +++ b/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuaa.asm @@ -0,0 +1,3 @@ +sta {m1}+1 +lda {m2} +sta {m1} diff --git a/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuxx.asm b/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuxx.asm new file mode 100644 index 000000000..feb8085ad --- /dev/null +++ b/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuxx.asm @@ -0,0 +1,3 @@ +stx {m1}+1 +ldx {m2} +stx {m1} diff --git a/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuyy.asm b/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuyy.asm new file mode 100644 index 000000000..0f5bffe40 --- /dev/null +++ b/src/main/fragment/mos6502-common/pvom1=pvom2_setbyte1_vbuyy.asm @@ -0,0 +1,3 @@ +sty {m1}+1 +ldy {m2} +sty {m1}