From 04296c489cb58dbe99a3785747797c32617d566e Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Fri, 29 Dec 2017 18:50:46 -0300 Subject: [PATCH] Updated Hardware: Hologram Projector (markdown) --- Hardware:-Hologram-Projector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware:-Hologram-Projector.md b/Hardware:-Hologram-Projector.md index f1df387..23caac9 100644 --- a/Hardware:-Hologram-Projector.md +++ b/Hardware:-Hologram-Projector.md @@ -16,8 +16,8 @@ Hardware ID: `0x0009` Note that the Hologram Projector will clear itself at the end of the tick, it is only necessary to use CLEAR when you want to cancel a DISPLAY command executed within the same tick. ### Usage examples -Display the number 10, which will be shown as `0x000A` ```assembly +; Display the number 10, which will be shown as `0x000A` HWID_HOLO EQU 0x9 HOLO_DISPLAY_HEX EQU 1 .text @@ -27,8 +27,8 @@ HOLO_DISPLAY_HEX EQU 1 BRK ``` -Display "hello!" ```assembly +; Display "hello!" HWID_HOLO EQU 0x9 HOLO_DISPLAY_STRING EQU 2 .data