Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: SirCmpwn on September 14, 2010, 05:28:43 pm

Title: Initial Calculator State
Post by: SirCmpwn on September 14, 2010, 05:28:43 pm
Hello,
What state does the calculator start in?  What is the memory layout, the LCD settings, etc?
Title: Re: Initial Calculator State
Post by: calcdude84se on September 14, 2010, 06:14:27 pm
It'd be best to assume it's in an undefined state and set everything to definite values, at least IMO :)
Title: Re: Initial Calculator State
Post by: SirCmpwn on September 14, 2010, 06:21:51 pm
x.x That won't make an accurate emulator :P
Title: Re: Initial Calculator State
Post by: calcdude84se on September 14, 2010, 06:47:32 pm
Oh, I thought this was in relation to making an OS :)
Undefined for regs, $0000 for PC, $0000 for SP (I think), IM 0, most other things should be zero'd, too, but I'm not sure ;D
Title: Re: Initial Calculator State
Post by: SirCmpwn on September 14, 2010, 06:50:08 pm
Okay.  Perhaps someone can shed more light on this?