Updated Assembly program examples (markdown)

Simon Fortier 2017-12-29 09:57:56 -05:00
parent 1508111b8d
commit 8ba8f89c67

@ -29,6 +29,8 @@ counter: DW 0x0000 ; Counter global variable
counter_is_odd:
ADD [counter], 1 ; Increment counter
MOV B, A
MOV A, 1
HWI HOLO_HW ; Display the contents of A
BRK ; Exit program