From ff7b76fee02789dfcff979a5930fff30a9a3a100 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Wed, 3 Jan 2018 15:59:55 -0300 Subject: [PATCH] Updated Snippet: Manhattan distance (markdown) --- Snippet:-Manhattan-distance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Snippet:-Manhattan-distance.md b/Snippet:-Manhattan-distance.md index f7d36f1..c585fb9 100644 --- a/Snippet:-Manhattan-distance.md +++ b/Snippet:-Manhattan-distance.md @@ -7,9 +7,9 @@ HOLO_HW equ 0x0009 ; HWID of the Hologram projector ; Data segment .data counter: DW 0x0000 ; Counter global variable - ; The DW (Define word) directive writes the specified value(s), seperated by a - ; comma at assembly time. You can define a label before the directive to refer - ; to it by name. + ; The DW (Define word) directive writes the specified value(s), seperated + ; by a comma at assembly time. You can define a label before the directive + ; to refer to it by name. ; Code/executable segment .text