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