From a977124736a17284d16062636a8accd65027c11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Tue, 9 Apr 2019 15:23:56 +0200 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc09b7b..d24e221 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Flags - *aside from L* - are set based on ALU operations, so they depend on will refer to the state/value of **AR** *after* an ALU operation. ### Z -Set if **AR** == **BUS** +Set if **AR** == **0** ### N Set if sign bit in **AR** is set.