From ed138c7090227b090426f7423661085fbb898d86 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 7 Jan 2018 16:02:36 -0300 Subject: [PATCH] Updated Learn by Examples (markdown) --- Learn-by-Examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Learn-by-Examples.md b/Learn-by-Examples.md index 74cf268..a46a84e 100644 --- a/Learn-by-Examples.md +++ b/Learn-by-Examples.md @@ -93,7 +93,6 @@ HOLO_DISPLAY_COLOR EQU 4 MOV A, HOLO_DISPLAY_COLOR ; MOV the constant HOLO_DISPLAY_COLOR into register A ; the result of the division doesn't matter - CMP Y, 0 ; checks if the remainder is 0 JZ set_blue ; if the remainder is 0, set the color blue JMP set_red ; this line is executed only if the the remainder was NOT 0