Subversion Repositories HelenOS-historic

Rev

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

Rev 196 Rev 198
Line 256... Line 256...
256
 
256
 
257
 
257
 
258
## Copy memory
258
## Copy memory
259
#
259
#
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 2nd argument
262
# to the memory location defined by 2nd argument.
262
# to the memory location defined by 1st argument.
263
# The memory areas cannot overlap.
263
# The memory areas cannot overlap.
264
#
264
#
265
SRC=12
265
SRC=12
266
DST=8
266
DST=8
267
CNT=16
267
CNT=16