commit abeedd01db839626e2142adfc88fdba46e48f4c8
parent c59999c2fbb4623beb3eab994c06c8f3434ef78f
Author: Alexander Burger <abu@software-lab.de>
Date: Sat, 5 Jan 2013 12:04:33 +0100
Minor doc fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc64/asm b/doc64/asm
@@ -137,8 +137,8 @@
cmpn dst src cnt # Compare 'cnt' bytes 'dst' with 'src' [z..]
slen dst src # Set 'dst' to the string length of 'src' [...]
memb src cnt # Find B in 'cnt' bytes of 'src' memory [z..]
- nulp src # Check 'src' for null-pointer [z..]
null src # Compare 'src' with 0 [zs_]
+ nulp src # Check 'src' for null-pointer [z..]
nul4 # Compare four bytes in 'A' with 0 [zs_]
Byte addressing: