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