Changeset 2283
- Timestamp:
- Aug 20, 2005, 11:30:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/str/386/_memcpy_amd.s
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2282 r2283 69 69 pushl %ebx 70 70 71 movl 8(%esp), %edi // destination72 movl 12(%esp), %esi // source73 movl 16(%esp), %ecx // number of bytes to copy71 movl (4+12)(%esp), %edi // destination 72 movl (8+12)(%esp), %esi // source 73 movl (12+12)(%esp), %ecx // number of bytes to copy 74 74 movl %ecx, %ebx // keep a copy of count 75 75 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.