mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-16 01:06:43 +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
|
||||
;; 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user