Updated Hardware: Hologram Projector (markdown)

Kevin Ramharak 2018-01-03 14:22:56 +01:00
parent 8832bdbc6e
commit a2353f6388

@ -23,7 +23,9 @@ Note that the Hologram Projector will clear itself at the end of the tick, it is
HWID_HOLO EQU 0x9 ;; setup constants
HOLO_DISPLAY_HEX EQU 1
.data
DISPLAYED_HEX EQU 0X000A ;; create a word in memory called DISPLAYED_HEX and set its value to
DISPLAYED_HEX EQU 0X000A ;; create a word in
;; memory called DISPLAYED_HEX
;; and set its value to
;; 0x000A
.text
MOV A, HOLO_DISPLAY_HEX ;; MOV the constant HOLO_DISPLAY_HEX into register A