Difference between revisions of "Talk:84PCSE:OS:Include File"

From WikiTI
Jump to: navigation, search
(Created page with 'After debugging some issues with Doors CSE 8.1, I discovered that the previous StatVars equate ($8C1C) was incorrect, and instead should be $8B8C (see 84PCSE:RAM:8B8C). I det…')
 
(No difference)

Latest revision as of 21:07, 2 July 2014

After debugging some issues with Doors CSE 8.1, I discovered that the previous StatVars equate ($8C1C) was incorrect, and instead should be $8B8C (see 84PCSE:RAM:8B8C). I determined that this was the case after noticing that using 531 bytes at $8C1C caused input items in the Stats Wizards to be corrupted, even after calling _DelRes and resetting StatsValid,(iy+StatsFlags). Stepping through _DelRes showed it assumed StatVars was at $8B8C. KermMartian 04:07, 3 July 2014 (UTC)