diff --git a/Assembly-program-examples.md b/Assembly-program-examples.md index f97643a..4a0d19c 100644 --- a/Assembly-program-examples.md +++ b/Assembly-program-examples.md @@ -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