/* void *bzero(void *BLOCK, size_t SIZE)
 */

  mov     r2, r1
  mov     r1, #0
  b       memset