Subversion Repositories HelenOS-historic

Rev

Rev 185 | Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 185 Rev 196
Line 260... Line 260...
260
# Copy a given number of bytes (3rd argument)
260
# Copy a given number of bytes (3rd argument)
261
# from the memory location defined by 1st argument
261
# from the memory location defined by 1st argument
262
# to the memory location defined by 2nd argument.
262
# to the memory location defined by 2nd argument.
263
# The memory areas cannot overlap.
263
# The memory areas cannot overlap.
264
#
264
#
265
SRC=8
265
SRC=12
266
DST=12
266
DST=8
267
CNT=16
267
CNT=16
268
memcopy:
268
memcopy:
269
	push %ebp
269
	push %ebp
270
	movl %esp,%ebp
270
	movl %esp,%ebp
271
	pusha
271
	pusha