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 93881da9a01f8215c04660a96a04d7f0a6c77816
parent c3952e4b6bde40988f6d6f1740ab8d3695627ed4
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 24 Aug 2011 17:03:51 +0200

Minor doc comment
Diffstat:
Mdoc64/asm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc64/asm b/doc64/asm @@ -1,4 +1,4 @@ -# 29apr11abu +# 24aug11abu # (c) Software Lab. Alexander Burger @@ -88,7 +88,7 @@ ldnc reg src # Load if not Carry 'reg' from 'src' ldz reg src # Load if Zero 'reg' from 'src' ldnz reg src # Load if not Zero 'reg' from 'src' - lea dst src # Load 'dst' with effective address of 'src' + lea dst src # Load 'dst' with effective address of 'src' [---] st2 dst # Store two bytes from 'A' into 'dst' st4 dst # Store four bytes from 'A' into 'dst' xchg dst dst # Exchange 'dst's