Updated Hardware: Hologram (markdown)

Simon Fortier 2017-11-11 22:14:34 -05:00
parent 8dde0f33a8
commit 61477205e1

@ -9,4 +9,7 @@ Hardware ID: `0x0009`
### Interrupt Behavior
| Value of A | Action | Energy cost | Result |
| --- | --- | --- | --- |
| (any) | `DISPLAY` | `0 kJ` | Displays the value of the A register |
| 0 | `CLEAR` | `0 kJ` | Don't display anything |
| Any other value | `DISPLAY` | `0 kJ` | Displays the value of the A register |
Note that the Hologram Projector will clear itself at the end of the tick, it is only necessary to use CLEAR when you want to cancel a DISPLAY command executed within the same tick.