From 9b93f6bfb6963ba677ee01466c7de6156a9bc507 Mon Sep 17 00:00:00 2001 From: Udo Munk Date: Thu, 19 Dec 2024 17:53:37 +0100 Subject: [PATCH] fix typo --- z80sim/z80dis.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z80sim/z80dis.asm b/z80sim/z80dis.asm index 6604b3fe..2e6e5156 100644 --- a/z80sim/z80dis.asm +++ b/z80sim/z80dis.asm @@ -630,6 +630,6 @@ CBMTAB: ; mnemonics table for prefix CB NL: ; zero-terminated newline for the terminal DEFB 10,13,0 -WRKS: DEFS 34 ; workspace for the preperation of an output line +WRKS: DEFS 34 ; workspace for the preparation of an output line PRTMP: DEFS 2 ; temporary storage for the print position DADDR: DEFS 2 ; disassembly address