From 75aafe7981102625cfc7cfea6fb94b1c5c3781e7 Mon Sep 17 00:00:00 2001 From: James T Date: Thu, 28 Dec 2017 23:20:17 -0800 Subject: [PATCH] update globals for hologram project options / sub-commands --- Assembly-program-examples.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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