From 562ec5e47faea5e1813dda823bcbc05a03d78a36 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 7 Jan 2018 15:52:23 -0300 Subject: [PATCH] Updated Learn by Examples (markdown) --- Learn-by-Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learn-by-Examples.md b/Learn-by-Examples.md index 54c6f7d..2aa7277 100644 --- a/Learn-by-Examples.md +++ b/Learn-by-Examples.md @@ -79,7 +79,7 @@ HOLO_DISPLAY_COLOR EQU 4 BRK ; halt execution until next tick ``` ```assembly -; Count from 42. Even numbers are displayed in blue and odd numbers, in red +; Count from 42. Even numbers are displayed in blue and odd numbers in red HWID_HOLO EQU 0x9 ; setup constants HOLO_DISPLAY_DEC EQU 3