From 37a1456cc8b8b32ba0370b1440386595e0ce57d0 Mon Sep 17 00:00:00 2001 From: rnndxb wxcy Date: Thu, 3 Mar 2016 14:13:54 -0500 Subject: [PATCH] Correct typos and formatting in listing 3.8 --- src/chapter-03.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/chapter-03.md b/src/chapter-03.md index a3ae7a7..85db21c 100644 --- a/src/chapter-03.md +++ b/src/chapter-03.md @@ -2075,23 +2075,23 @@ the precision Zen timer to handle on the 8088. ; Note: takes about ten minutes to assemble on a slow PC if ;you are using MASM ; -jmpSkip;jump around defined data + jmp Skip ;jump around defined data ; -MemVardb? +MemVar db ? ; Skip: ; ; Start timing. ; -callZTimerOn + call ZTimerOn ; -rept20000 -moval,[MemVar] -endm + rept 20000 + mov al,[MemVar] + endm ; ; Stop timing. ; -callZTimerOff + call ZTimerOff ``` When LZTIME.BAT is run on a PC with the following command line (assuming