the alias for timsk was missing in the dat file.
it is simple to fix :
open the dat file, search for timsk0= somevalue , where somevalue is the address of the register
copy the line and alter it to : timsk= somevalue
for example :
TIMSK0 = $6e
TIMSK = $6e ; this one was added
↧