diff --git a/Hardware:-Battery.md b/Hardware:-Battery.md index 58020c6..6d63239 100644 --- a/Hardware:-Battery.md +++ b/Hardware:-Battery.md @@ -10,5 +10,5 @@ Maximum Capacity: 60,000 kJ ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `POLL` | `0 kJ` | Get the current charge of the battery in kJ | -| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Get the maximum capacity of the battery | \ No newline at end of file +| `1` | `POLL` | `0 kJ` | Copy the current charge of the battery in kJ in the B register | +| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery in the B register | \ No newline at end of file