diff --git a/Assembly-program-examples.md b/Assembly-program-examples.md index 53015aa..f97643a 100644 --- a/Assembly-program-examples.md +++ b/Assembly-program-examples.md @@ -175,9 +175,10 @@ KEYBOARD_FETCH_KEY equ 1 ; Cost: 0kJ ;; Hologram Projector -;; Version 1.0B -HOLO_CLEAR equ 0 ; Cost: 0kJ - ;; Don't display anything +;; Version 1.1B +HOLO_CLEAR equ 0 ; Cost: 0kJ +HOLO_DISPLAY_HEX equ 1 ; Cost: 0kJ, Displays value of B register +HOLO_DISPLAY_STRING equ 2 ; Cost: 0kJ, Displays 0-terminated unicode from X register ;; Additional Info ;; Setting Register A to anything other than 0 will cause that value to be displayed