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