From c2b16e5e27c250b7eab9de0a65ec4da585bff06a Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Thu, 20 Oct 2011 22:30:28 -0700 Subject: Loader --- flags.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flags.asm') diff --git a/flags.asm b/flags.asm index 786148e..343e8a6 100644 --- a/flags.asm +++ b/flags.asm @@ -283,6 +283,8 @@ lut_ccr: ;; 256-byte LUT for the Parity bit. ;; Keep this last so all storage references require only one ;; extension word. + ;; + ;; This table taken from another z80 emulator lut_parity: dc.b 4,0,0,4,0,4,4,0,0,4,4,0,4,0,0,4 dc.b 0,4,4,0,4,0,0,4,4,0,0,4,0,4,4,0 -- cgit v1.2.3