No. -Dan Englender P.S. - B_JUMP() is five bytes, B_CALL() \ ret is four. > > Yes. > > > Can the code: > > bcall(_puts) > > ret > > > > be optimized to: > > bjump(_puts) > > > > like on the regular 83? > > >