>
>
>volatile char key[ 16 ];
>
>(== don't optimise access to/from this var in any way)
>
>end of problem.
>
>
Yes, but here you *hope* the compiler has the same semantics for
"volatile" that you do. The "keys to the kingdom"(sufficient context to
zap your memset) are left in place; you just ho...
>
>volatile char key[ 16 ];
>
>(== don't optimise access to/from this var in any way)
>
>end of problem.
>
>
Yes, but here you *hope* the compiler has the same semantics for
"volatile" that you do. The "keys to the kingdom"(sufficient context to
zap your memset) are left in place; you just ho...
[ more ]