We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, there is huge misunderstood in C166, just try this: #pragma code // and char * cptr; // and this: cptr[-1]=*cptr++; and look at the assmbled machine code. and ... have a lot of fun ...
I will only say that: I advice you to check how work more professional compilers (and not so expensive) like GNU CC (well known as "gcc" i.e. under linux) and if you will ever port some source I wish you good luck, by the way, this statement will work fine: *cptr++=cptr[1]; so don't tell me those b.. s.. about cptr's in one line. and my error was that I didn't say about default memory model.