From e4e641cf7a2ddf1c2cf41b02b93dbd21b0fed301 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Thu, 4 Jun 2020 22:16:41 +0200 Subject: [PATCH] Changed fragments to the void pointer type to make them more general. Closes #467 --- .../fragment/mos6502-common/_stackidxptr_vbuc1=pwum1.asm | 5 ----- .../{vbuaa=_byte_pprm1.asm => vbuaa=_byte_pvom1.asm} | 0 src/main/fragment/mos6502-common/vbuaa=_hi_pbum1.asm | 1 - src/main/fragment/mos6502-common/vbuaa=_hi_pssm1.asm | 1 - src/main/fragment/mos6502-common/vbuaa=_lo_pbum1.asm | 1 - src/main/fragment/mos6502-common/vbuaa=_lo_pssm1.asm | 1 - ...vbuaa_bor__lo_pbum1.asm => vbuaa=vbuaa_bor__lo_pvom1.asm} | 0 .../{vbuxx=_hi_pbum1.asm => vbuxx=_hi_pvom1.asm} | 0 .../{vbuxx=_lo_pbum1.asm => vbuxx=_lo_pvom1.asm} | 0 .../{vbuyy=_hi_pbum1.asm => vbuyy=_hi_pvom1.asm} | 0 .../{vbuyy=_lo_pbum1.asm => vbuyy=_lo_pvom1.asm} | 0 11 files changed, 9 deletions(-) delete mode 100644 src/main/fragment/mos6502-common/_stackidxptr_vbuc1=pwum1.asm rename src/main/fragment/mos6502-common/{vbuaa=_byte_pprm1.asm => vbuaa=_byte_pvom1.asm} (100%) delete mode 100644 src/main/fragment/mos6502-common/vbuaa=_hi_pbum1.asm delete mode 100644 src/main/fragment/mos6502-common/vbuaa=_hi_pssm1.asm delete mode 100644 src/main/fragment/mos6502-common/vbuaa=_lo_pbum1.asm delete mode 100644 src/main/fragment/mos6502-common/vbuaa=_lo_pssm1.asm rename src/main/fragment/mos6502-common/{vbuaa=vbuaa_bor__lo_pbum1.asm => vbuaa=vbuaa_bor__lo_pvom1.asm} (100%) rename src/main/fragment/mos6502-common/{vbuxx=_hi_pbum1.asm => vbuxx=_hi_pvom1.asm} (100%) rename src/main/fragment/mos6502-common/{vbuxx=_lo_pbum1.asm => vbuxx=_lo_pvom1.asm} (100%) rename src/main/fragment/mos6502-common/{vbuyy=_hi_pbum1.asm => vbuyy=_hi_pvom1.asm} (100%) rename src/main/fragment/mos6502-common/{vbuyy=_lo_pbum1.asm => vbuyy=_lo_pvom1.asm} (100%) diff --git a/src/main/fragment/mos6502-common/_stackidxptr_vbuc1=pwum1.asm b/src/main/fragment/mos6502-common/_stackidxptr_vbuc1=pwum1.asm deleted file mode 100644 index 31c57a844..000000000 --- a/src/main/fragment/mos6502-common/_stackidxptr_vbuc1=pwum1.asm +++ /dev/null @@ -1,5 +0,0 @@ -tsx -lda {m1} -sta STACK_BASE+{c1},x -lda {m1}+1 -sta STACK_BASE+{c1}+1,x diff --git a/src/main/fragment/mos6502-common/vbuaa=_byte_pprm1.asm b/src/main/fragment/mos6502-common/vbuaa=_byte_pvom1.asm similarity index 100% rename from src/main/fragment/mos6502-common/vbuaa=_byte_pprm1.asm rename to src/main/fragment/mos6502-common/vbuaa=_byte_pvom1.asm diff --git a/src/main/fragment/mos6502-common/vbuaa=_hi_pbum1.asm b/src/main/fragment/mos6502-common/vbuaa=_hi_pbum1.asm deleted file mode 100644 index 6244700df..000000000 --- a/src/main/fragment/mos6502-common/vbuaa=_hi_pbum1.asm +++ /dev/null @@ -1 +0,0 @@ -lda {m1}+1 diff --git a/src/main/fragment/mos6502-common/vbuaa=_hi_pssm1.asm b/src/main/fragment/mos6502-common/vbuaa=_hi_pssm1.asm deleted file mode 100644 index 6244700df..000000000 --- a/src/main/fragment/mos6502-common/vbuaa=_hi_pssm1.asm +++ /dev/null @@ -1 +0,0 @@ -lda {m1}+1 diff --git a/src/main/fragment/mos6502-common/vbuaa=_lo_pbum1.asm b/src/main/fragment/mos6502-common/vbuaa=_lo_pbum1.asm deleted file mode 100644 index 7d3b37635..000000000 --- a/src/main/fragment/mos6502-common/vbuaa=_lo_pbum1.asm +++ /dev/null @@ -1 +0,0 @@ -lda {m1} diff --git a/src/main/fragment/mos6502-common/vbuaa=_lo_pssm1.asm b/src/main/fragment/mos6502-common/vbuaa=_lo_pssm1.asm deleted file mode 100644 index 7d3b37635..000000000 --- a/src/main/fragment/mos6502-common/vbuaa=_lo_pssm1.asm +++ /dev/null @@ -1 +0,0 @@ -lda {m1} diff --git a/src/main/fragment/mos6502-common/vbuaa=vbuaa_bor__lo_pbum1.asm b/src/main/fragment/mos6502-common/vbuaa=vbuaa_bor__lo_pvom1.asm similarity index 100% rename from src/main/fragment/mos6502-common/vbuaa=vbuaa_bor__lo_pbum1.asm rename to src/main/fragment/mos6502-common/vbuaa=vbuaa_bor__lo_pvom1.asm diff --git a/src/main/fragment/mos6502-common/vbuxx=_hi_pbum1.asm b/src/main/fragment/mos6502-common/vbuxx=_hi_pvom1.asm similarity index 100% rename from src/main/fragment/mos6502-common/vbuxx=_hi_pbum1.asm rename to src/main/fragment/mos6502-common/vbuxx=_hi_pvom1.asm diff --git a/src/main/fragment/mos6502-common/vbuxx=_lo_pbum1.asm b/src/main/fragment/mos6502-common/vbuxx=_lo_pvom1.asm similarity index 100% rename from src/main/fragment/mos6502-common/vbuxx=_lo_pbum1.asm rename to src/main/fragment/mos6502-common/vbuxx=_lo_pvom1.asm diff --git a/src/main/fragment/mos6502-common/vbuyy=_hi_pbum1.asm b/src/main/fragment/mos6502-common/vbuyy=_hi_pvom1.asm similarity index 100% rename from src/main/fragment/mos6502-common/vbuyy=_hi_pbum1.asm rename to src/main/fragment/mos6502-common/vbuyy=_hi_pvom1.asm diff --git a/src/main/fragment/mos6502-common/vbuyy=_lo_pbum1.asm b/src/main/fragment/mos6502-common/vbuyy=_lo_pvom1.asm similarity index 100% rename from src/main/fragment/mos6502-common/vbuyy=_lo_pbum1.asm rename to src/main/fragment/mos6502-common/vbuyy=_lo_pvom1.asm