Subversion Repositories HelenOS

Rev

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

Rev 358 Rev 381
Line 204... Line 204...
204
 
204
 
205
## Compare memory regions for equality
205
## Compare memory regions for equality
206
#
206
#
207
# Compare a given number of bytes (3rd argument)
207
# Compare a given number of bytes (3rd argument)
208
# at memory locations defined by 1st and 2nd argument
208
# at memory locations defined by 1st and 2nd argument
209
# for equality. If the bytes are equal, EAX contains
209
# for equality. If the bytes are equal, EAX contains 0.
210
# 0.
-
 
211
#
210
#
212
SRC=12
211
SRC=12
213
DST=16
212
DST=16
214
CNT=20
213
CNT=20
215
memcmp:
214
memcmp: