Easy, just implement a small assembly funtion. Not everything has to be in the language.
"Walter Bright" <newshou...@digitalmars.com> wrote in message news:i984lr$od...@digitalmars.com... > Walter Bright wrote: >> It's hard to see how to implement, say, a storage allocator with no >> pointer arithmetic. > > Here's another one. Try implementing va_arg without pointer arithmetic.