Hacker News new | ask | show | jobs
by rswail 1404 days ago
Sure, but the point was that C was designed to implement Unix and Unix was implemented on DEC machines and DEC machines had a particular architecture around registers that included the pre/post increment, which lead to the C *p++ style to iterate.
1 comments

I wanted to point out that such instructions are in use to this day rather than being than being something from a long gone era.