Author: GinDiamond
Posted: 06 Dec 2012 04:20:26 pm (GMT -5)
Right, sorry.
Um, I was going to ask,
KermM, did I find the right lines of code that determine the memory requirement?
Code:
The code in the msd8x.zws file:
Code:
_________________
Do not muddle in the affairs of dragons, for thou art crunchy and taste good with ketchup!
Posted: 06 Dec 2012 04:20:26 pm (GMT -5)
Right, sorry.
Um, I was going to ask,
KermM, did I find the right lines of code that determine the memory requirement?
Code:
Search "FFF" (2 hits in 1 file)
C:\Users\Toshiba Admin\Documents\Ti Calculator(s)\Games\msd8x-0.95\src\msd8x.zws (2 hits)
Line 82: LNK = -r EXTIO %0 : %FFFFF
Line 84: LNK = -r ROM %4000 : %FFFF
The code in the msd8x.zws file:
Code:
[LNK SETTINGS]
#begin
LNK = -a -g -m -q
LNK = -N 'MemVars'
LNK = -l MemVars '%8A3A'
LNK = -o ROM Header,Main,TextSpace
LNK = -r EXTIO %0 : %FFFFF
LNK = -r INTIO %0 : %FF
LNK = -r ROM %4000 : %FFFF
#end
_________________
Do not muddle in the affairs of dragons, for thou art crunchy and taste good with ketchup!