| ??? 02/04/03 19:38 Read: times |
#38268 - Why do this in C? Responding to: ???'s previous message |
When you program in 'C' you are inherently giving up some direct control of memory management to the compiler (or linker, more precisely). You trust that the 'C' compiler will take care of these things for you. While I'm sure there is a way to reset internal RAM and registers in C, I would also assume that it depends on what compiler you are using.
I'd also wonder why you would want to do this in 'C'--it seems to me that, most probably, clearing internal RAM and registers in 'C' would cause problems since you'd be changing memory registers that the C compiler is probably assuming are under its exclusive control (?). Regards, Craig Steiner |
| Topic | Author | Date |
| clear internal ram and registers in C | 01/01/70 00:00 | |
| Why do this in C? | 01/01/70 00:00 | |
| RE: Why do this in C? | 01/01/70 00:00 | |
| RE: clear internal ram and registers in C | 01/01/70 00:00 | |
| RE: clear internal ram and registers in C | 01/01/70 00:00 | |
RE: clear internal ram and registers in C | 01/01/70 00:00 |



