view target-utils/libc/memcpy32.S @ 306:8136fb5eb292

fc-fsio: write_buf_to_file() function made global in prep for upload-rf-table
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 Nov 2017 06:09:35 +0000
parents 8dc062c6359b
children
line wrap: on
line source

	.text
	.code	32
	.globl	memcpy32
memcpy32:
1:	subs	r2, r2, #4
	ldrcs	r3, [r1], #4
	strcs	r3, [r0], #4
	bhi	1b
	bx	lr