1: #
   2: #  Sendmail
   3: #  Copyright (c) 1983  Eric P. Allman
   4: #  Berkeley, California
   5: #
   6: #  Copyright (c) 1983 Regents of the University of California.
   7: #  All rights reserved.  The Berkeley software License Agreement
   8: #  specifies the terms and conditions for redistribution.
   9: #
  10: #	@(#)bmove.vax.s	5.1 (Berkeley) 6/7/85
  11: #
  12: #
  13: #  BMOVE.S -- optimized block move routine.
  14: #
  15: .globl  _bmove
  16: _bmove:
  17:         .word   0x0030
  18:         movc3   12(ap),*4(ap),*8(ap)
  19:         ret

Defined functions

_bmove declared in line 15; defined in line 16; used 203 times
Last modified: 1985-10-24
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 856
Valid CSS Valid XHTML 1.0 Strict