diff --git a/Assembly-program-examples.md b/Assembly-program-examples.md index f33abe2..9c5193f 100644 --- a/Assembly-program-examples.md +++ b/Assembly-program-examples.md @@ -12,7 +12,7 @@ HOLO_HW equ 0x0009 ; HWID of the Hologram projector 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 its name. +; to it by name. ; Code/executable segment .text