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