mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 19:16:43 +00:00
Updated Hardware: Hologram Projector (markdown)
parent
04296c489c
commit
9e3960c668
@ -17,12 +17,12 @@ Note that the Hologram Projector will clear itself at the end of the tick, it is
|
||||
|
||||
### Usage examples
|
||||
```assembly
|
||||
; Display the number 10, which will be shown as `0x000A`
|
||||
; Display 0x000A
|
||||
HWID_HOLO EQU 0x9
|
||||
HOLO_DISPLAY_HEX EQU 1
|
||||
.text
|
||||
MOV A, HOLO_DISPLAY_HEX
|
||||
MOV B, 10
|
||||
MOV B, 0x000A
|
||||
HWI HWID_HOLO
|
||||
BRK
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user