From d251fd7919461db43e5096ee3474c3cf9b9f98d7 Mon Sep 17 00:00:00 2001 From: cbmeeks Date: Fri, 7 Apr 2017 13:46:25 -0400 Subject: [PATCH] Changed addresses to uppercase. I'm a huge fan of using uppercase for representing hexadecimal numbers. Plus, I noticed that most of the other addresses in the namespace were uppercase. So I propose to make them all consistent. --- lib/64core/kernal.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/64core/kernal.asm b/lib/64core/kernal.asm index 8988e27..63f1d07 100644 --- a/lib/64core/kernal.asm +++ b/lib/64core/kernal.asm @@ -18,10 +18,10 @@ .label clrchn = $FFCC .label load = $FFD5 .label save = $FFD8 - .label restor = $ff8a - .label plot = $fff0 - .label clear_screen = $e544 - .label chrout_screen = $e716 + .label restor = $FF8A + .label plot = $FFF0 + .label clear_screen = $E544 + .label chrout_screen = $E716 } .pseudocommand kernal_plot_get column: row {