mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-18 18:26:42 +00:00
update globals for hologram project options / sub-commands
parent
86377c9be5
commit
75aafe7981
@ -175,9 +175,10 @@ KEYBOARD_FETCH_KEY equ 1 ; Cost: 0kJ
|
|||||||
|
|
||||||
|
|
||||||
;; Hologram Projector
|
;; Hologram Projector
|
||||||
;; Version 1.0B
|
;; Version 1.1B
|
||||||
HOLO_CLEAR equ 0 ; Cost: 0kJ
|
HOLO_CLEAR equ 0 ; Cost: 0kJ
|
||||||
;; Don't display anything
|
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
|
;; Additional Info
|
||||||
;; Setting Register A to anything other than 0 will cause that value to be displayed
|
;; Setting Register A to anything other than 0 will cause that value to be displayed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user