From b3887a8e0dc16df12196ce9c9eacf7b1815df983 Mon Sep 17 00:00:00 2001 From: hugova Date: Thu, 27 Mar 2025 21:11:30 +0100 Subject: [PATCH] Rename memory operation and create files for later text drawing stuff --- wip-hugo/STARTUP.s | 4 ++-- wip-hugo/c64-asm_mod.cfg | 20 +++++++++++++++++++ wip-hugo/routines/line/line_test.s | 2 +- wip-hugo/routines/line/line_test_time.s | 2 +- wip-hugo/routines/memory/memcpy.s | 0 .../memory/{memory_rec.s => memset.s} | 4 ++-- wip-hugo/routines/text/text.s | 1 + wip-hugo/source.s | 2 +- 8 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 wip-hugo/c64-asm_mod.cfg create mode 100644 wip-hugo/routines/memory/memcpy.s rename wip-hugo/routines/memory/{memory_rec.s => memset.s} (87%) create mode 100644 wip-hugo/routines/text/text.s diff --git a/wip-hugo/STARTUP.s b/wip-hugo/STARTUP.s index 5c67076..4b0bd11 100755 --- a/wip-hugo/STARTUP.s +++ b/wip-hugo/STARTUP.s @@ -66,7 +66,7 @@ LDA #<$5f3f STA $FD LDA #$0 -jsr memory_rec +jsr memset ;;Sets the screen color to black and white LDA #>Screen_RAM @@ -80,7 +80,7 @@ LDA #