<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=content-type content=text/html;charset=us-ascii>
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY bottomMargin=0 leftMargin=3 topMargin=0 rightMargin=3>
<DIV></DIV>
<DIV> </DIV>
<DIV>How do I get the table into Flash?</DIV>
<DIV> </DIV>
<DIV><BR>--------------------- code</DIV>
<DIV> </DIV>
<DIV><FONT face="Courier New" size=2>#define
MENU_MAX_MSGS
3<BR>const INTU8 *menuTable[MENU_MAX_MSGS+1] =<BR>{<BR>
{"\r\nFirst Menu Line\r\n"},<BR> {"\r\nThe Second Menu
Line\r\n"},<BR> {"\r\nThe Third Menu
Line\r\n"},<BR> {""} // end of
table<BR>};</FONT></DIV>
<DIV> </DIV>
<DIV><BR>--------------------- generated code<BR><FONT face="Courier New"
size=2>
.area
data<BR> 3020
_menuTable::<BR> 0020
.blkw
1<BR>
.area idata<BR>--- 0020
03B8
.word
L22<BR>
.area
data<BR> 0022
.blkw
1<BR>
.area idata<BR>--- 0022
0375
.word
L23<BR>
.area
data<BR> 0024
.blkw
1<BR>
.area idata<BR>--- 0024
032D
.word
L24<BR>
.area
data<BR> 0026
.blkw
1<BR>
.area idata<BR>--- 0026
03E7
.word L21</FONT></DIV>
<DIV> </DIV>
<DIV>---------------------</DIV>
<DIV> </DIV>
<DIV>menuTable is at $3020 which is a RAM address. Any problems and I
lose the addresses of the strings.<BR>L22, L23, L24 and L21 are in Flash at
0x5###.</DIV>
<DIV> </DIV>
<DIV><BR>How do I get menuTable to be in Flash and NOT RAM?</DIV>
<DIV> </DIV>
<DIV>'const' does nothing. If I leave out 'const', it does the same -- the
variable is in RAM and the strings are in Flash and I still cant see the
variables.</DIV>
<DIV> </DIV>
<DIV>wade</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV></DIV></BODY></HTML>