mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
Small memory optimization
This commit is contained in:
@@ -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
Binary file not shown.
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user