Updated Assembly program examples (markdown)

Simon Fortier 2017-11-15 19:54:47 -05:00
parent d8b931ec97
commit 25a02e8cd6

@ -12,7 +12,7 @@ HOLO_HW equ 0x0009 ; HWID of the Hologram projector
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 by a
; comma at assembly time. You can define a label before the directive to refer ; comma at assembly time. You can define a label before the directive to refer
; to it by its name. ; to it by name.
; Code/executable segment ; Code/executable segment
.text .text