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 123c668e6e0f3d147ccc2b410ee04f741c82f04f
parent 24ddc3231c17915260ff1d6a73400e067b729317
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  5 Mar 2011 07:26:12 +0100

Minor fix in asm ref
Diffstat:
Mdoc64/asm | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc64/asm b/doc64/asm @@ -1,4 +1,4 @@ -# 04mar11abu +# 05mar11abu # (c) Software Lab. Alexander Burger @@ -103,8 +103,8 @@ sub dst src # Subtract 'src' from 'dst' subc dst src # Subtract 'src' from 'dst' with Carry - inc dst # Increment 'dst' [z..] - dec dst # Increment 'dst' [z..] + inc dst # Increment 'dst' [zs.] + dec dst # Increment 'dst' [zs.] not dst # One's complement negation of 'dst' neg dst # Two's complement negation of 'dst'