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 segment
.data .data
counter: DW 0x0000 ; Counter global variable counter: DW 0x0000 ; Counter global variable
; The DW (Define word) directive writes the specified value(s), seperated by a ; The DW (Define word) directive writes the specified value(s), seperated
; comma at assembly time. You can define a label before the directive to refer ; by a comma at assembly time. You can define a label before the directive
; to it by name. ; to refer to it by name.
; Code/executable segment ; Code/executable segment
.text .text