mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-21 03:26:44 +00:00
Updated Hardware: Hologram Projector (markdown)
parent
850299abed
commit
c873e95e82
@ -26,3 +26,16 @@ HOLO_DISPLAY_HEX EQU 1
|
|||||||
HWI HWID_HOLO
|
HWI HWID_HOLO
|
||||||
BRK
|
BRK
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Display "hello!"
|
||||||
|
```assembly
|
||||||
|
HWID_HOLO EQU 0x9
|
||||||
|
HOLO_DISPLAY_STRING EQU 2
|
||||||
|
.data
|
||||||
|
string: DW "hello!", 0
|
||||||
|
.text
|
||||||
|
MOV A, HOLO_DISPLAY_STRING
|
||||||
|
MOV X, string
|
||||||
|
HWI HWID_HOLO
|
||||||
|
BRK
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user