commit b0d46b590daecbd51188021bc7bd1055df1a6c12
parent dc435d520dd38b2d8068f02be5819a8a1cf82155
Author: Alexander Burger <abu@software-lab.de>
Date: Tue, 26 Apr 2011 07:56:39 +0200
Minor doc chane
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc64/asm b/doc64/asm
@@ -1,4 +1,4 @@
-# 24apr11abu
+# 25apr11abu
# (c) Software Lab. Alexander Burger
@@ -137,7 +137,7 @@
cmp4 src # Compare four bytes in 'A' with 'src'
cmpn dst src cnt # Compare 'cnt' bytes 'dst' with 'src'
slen dst src # Set 'dst' to the string length of 'src'
- memb src cnt # Find B in 'cnt' bytes of memory
+ memb src cnt # Find B in 'cnt' bytes of memory [z..]
null src # Compare 'src' with 0 [zs_]
nul4 # Compare four bytes in 'A' with 0 [zs_]