d-bugmail at puremagic.com wrote: > assert(0) is treated as a special case, and when > compiled in release mode, they are left in and execute an illegal > instruction. Not precisely an illegal instruction, but a HLT (or equivalent) instruction, which works like a break point when running it under a debugger.