Updated Snippet: Manhattan distance (markdown)

Arthur Paulino 2018-01-03 15:59:55 -03:00
parent ef77675487
commit ff7b76fee0

@ -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