|
| Previous: 3.2.6 GETENV | TOC | Index | Back | Next: 3.2.8 MEMCOPY |
T.MEMCOMP(r1, r2, len) ! Bvec,Bvec,Num => Num
Compare up to 'len' bytes of the regions 'r1' and 'r2'. When a mismatch is found during the comparison, the procedure returns
r1::p - r2::p
where 'p' is the position of the mismatch. When 'len' bytes have been compared without encountering a mismatch, zero is returned.
See also: MEMCOPY, MEMFILL, MEMSCAN
| Previous: 3.2.6 GETENV | TOC | Index | Back | Next: 3.2.8 MEMCOPY |