diff --git a/The-Cubot-Manuals.md b/The-Cubot-Manuals.md index 35306ae..c81d12f 100644 --- a/The-Cubot-Manuals.md +++ b/The-Cubot-Manuals.md @@ -18,7 +18,7 @@ HWQ A The **HWI** (Hardware Interupt) instruction sends an interrupt to the hardware device at the specified address ```assembly -INVENTORY_HW equ 0x0006 ; An inventory module is connected at address 0x006. Define a constant +INVENTORY_HW equ 0x0006 ; An inventory module is connected at address 0x006 MOV A, 1 ; The Inventory hardware expects 1 (POLL) or 2 (CLEAR) HWI INVENTORY_HW ; B = current held item id