Small memory optimization

This commit is contained in:
Pecusx
2022-08-24 21:07:19 +02:00
parent 378fae3361
commit 8aa83f937f
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -10,9 +10,6 @@ I_seppukuVal .by 75
I_mountainDeltaH .by 3 I_mountainDeltaH .by 3
I_mountainDeltaL .by $ff I_mountainDeltaL .by $ff
;---------------------------------------------------- ;----------------------------------------------------
; 4x4 text buffer
I_ResultLineBuffer
dta d" ", $ff
I_LineHeader1 I_LineHeader1
dta d"# ROUND: " dta d"# ROUND: "
I_RoundNrDisplay I_RoundNrDisplay
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -35,13 +35,13 @@ seppukuVal .by 75
mountainDeltaH .by 3 mountainDeltaH .by 3
mountainDeltaL .by $ff mountainDeltaL .by $ff
;---------------------------------------------------- ;----------------------------------------------------
; 4x4 text buffer
ResultLineBuffer
dta d" ", $ff
LineHeader1 LineHeader1
dta d"# ROUND: " dta d"# ROUND: "
RoundNrDisplay RoundNrDisplay
dta d" #", $ff dta d" #", $ff
; 4x4 text buffer
ResultLineBuffer
dta d" ", $ff
;===================================================== ;=====================================================
variablesStart ; zeroing starts here variablesStart ; zeroing starts here