mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-24 13:05:51 +00:00
Updated Snippet: Manhattan distance (markdown)
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user