Merge pull request #17 from woodrush/fix-eq

Fix bug for `EQ` where a null string is printed
This commit is contained in:
agreppin 2021-12-31 00:39:22 +01:00 committed by GitHub
commit 39ef281e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ Pairlis:test %di,%di # Pairlis(x:di,y:si,a:dx):dx
.ifCons:mov (%bx,%si),%si # si = Cdr(x)
lodsw # si = Cadr(x)
je Cons
.isEq: xor %ax,%di
.isEq: xor %di,%ax
jne .retF
.retT: mov $kT,%al
ret