From ead5a4308591b398c225acab5719378207e5f7df Mon Sep 17 00:00:00 2001 From: FlightControl Date: Sun, 17 Jan 2021 20:53:13 +0100 Subject: [PATCH] Added 2 new fragments to resolve asm dword related code. Optimized a lot of veralib code. Test programs added. --- .idea/jarRepositories.xml | 5 + .../Maven__org_antlr_antlr_runtime_3_5_2.xml | 13 + kickc.iml | 1 + .../cache/fragment-cache-wdc65c02.asm | 4456 ++++++----------- .../pduc1_derefidx_vbuxx=vdum1.asm | 8 + .../mos6502-common/vdum1=vdum1_ror_1.asm | 4 + src/main/kc/lib/conio-cx16.c | 8 +- src/main/kc/lib/veralib.c | 4 +- src/test/kc/examples/cx16/dword.c | 15 + src/test/kc/examples/cx16/dword_low_hi.c | 11 + .../kc/examples/cx16/tilemap_2bpp_16_x_16.c | 1 - 11 files changed, 1551 insertions(+), 2975 deletions(-) create mode 100644 .idea/libraries/Maven__org_antlr_antlr_runtime_3_5_2.xml create mode 100644 src/main/fragment/mos6502-common/pduc1_derefidx_vbuxx=vdum1.asm create mode 100644 src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm create mode 100644 src/test/kc/examples/cx16/dword.c create mode 100644 src/test/kc/examples/cx16/dword_low_hi.c diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index bc3a852ae..50a8f6e7e 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -6,6 +6,11 @@