Re: Where are enums stored?
Tom Collins <tom-lnEA/wrDJtNWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
I thought that an enum was solely a compiler thing. The names of the enums don't go onto the target, but may be a part of the MAP file or other program artifacts that the debugger can use. On the actual device, I believe the enum is just a 16-bit integer. -Tom On Aug 28, 2013, at 1:28 PM, seecwriter wrote: > I seem to recall that enums put in flash memory. Is that correct? If so, are they copied to ram on bootup?