From 08fe9565b5d7f1d9fea2773f95deb88d6f10e6d2 Mon Sep 17 00:00:00 2001 From: OrdoFlammae Date: Wed, 27 Nov 2019 21:07:15 -0600 Subject: [PATCH] Created (Hardware) Core (markdown) --- (Hardware)-Core.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 (Hardware)-Core.md diff --git a/(Hardware)-Core.md b/(Hardware)-Core.md new file mode 100644 index 0000000..852f20a --- /dev/null +++ b/(Hardware)-Core.md @@ -0,0 +1,8 @@ +The Core device is used to poll important information about your Cubot. + +### Interrupt Behavior +| Value of A | Action | Energy cost | Result | +| --- | --- | --- | --- | +| `1` | `CORE_STATUS_POLL` | `0 kJ` | Copies the Cubot's status into the B register (currently useless) | +| --- | --- | --- | --- | +| `2` | `CORE_HULL_POLL` | `0 kJ` | Copies the Cubot's health into the B register | \ No newline at end of file