Andrew, A minor problem with the store.c test -- it gets unexpected results on targets where "char" is unsigned. I tried using "register signed char", and that seems to help... but I'm not sure if that will interfere with the intent of the test. Michael