byte Plus    (byte a, byte b) __reentrant  { return a+b;
                                           }
