Start to adjust to support both small and large memory models in the MSP430X IAR demo.

This commit is contained in:
Richard Barry 2011-01-03 11:30:11 +00:00
parent 4059be7918
commit 19fcd2d505
9 changed files with 88 additions and 1326 deletions

View file

@ -207,9 +207,9 @@
// *** Modified to place code in high memory and insodoing, testing the port.
// Original code
//-Z(CONST)DATA20_C,DATA20_ID=5C00-FF7F,10000-45BFF
-Z(CONST)DATA20_C,DATA20_ID=5C00-FF7F,10000-45BFF
// Modified code
-Z(CONST)DATA20_C,DATA20_ID=10000-45BFF
//-Z(CONST)DATA20_C,DATA20_ID=10000-45BFF
// -------------------------------------