From 25a02e8cd6b9e9ed023c119e92c4020a13d241ec Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Wed, 15 Nov 2017 19:54:47 -0500 Subject: [PATCH] Updated Assembly program examples (markdown) --- Assembly-program-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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