picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit abeedd01db839626e2142adfc88fdba46e48f4c8
parent c59999c2fbb4623beb3eab994c06c8f3434ef78f
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  5 Jan 2013 12:04:33 +0100

Minor doc fix
Diffstat:
Mdoc64/asm | 2+-
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: