Updated Learn by Examples (markdown)

Arthur Paulino 2018-01-07 15:52:23 -03:00
parent f1bf1cbb5a
commit 562ec5e47f

@ -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