pt3: update optimization info

This commit is contained in:
Vince Weaver 2019-06-02 01:05:55 -04:00
parent 6313b9437c
commit 0b98d803e8
3 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,8 @@ Code Optimization
VolTableGen 3302 22B 20.0E 32s 171s 19%
SizeOpts 3262 22B 20.0A 32s 171s 19%
MoreSizeOpt 3203 22B 1F.1D 31s 171s 18%
Qkumba#1 2937 ?? 1D.18 29s 171s 16%
Qkumba#1 2937 ?? 1D.18 29s 171s 17%
Qkumba#2 2879 ?? 1C.18 28s 171s 16%
Times: Validated
BH.PT3: 10.0B 16 1:33 93 17.2%

View File

@ -421,7 +421,8 @@ FRAMEH: .byte $00
song_list:
.asciiz "CR.PT3"
; .asciiz "CR.PT3"
.asciiz "EA.PT3"
;=========
;routines

View File

@ -14,6 +14,7 @@
; + 3253 bytes -- remove unnecessary variable
; + 3203 bytes -- combine common code in note decoder
; + 2937 bytes -- qkumba first pass
; + 2879 bytes -- qkumba second pass
; TODO
; move some of these flags to be bits rather than bytes?