From 00cc836a3c785bccb6746dbf4cd8d8e5766963e7 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Wed, 3 Jan 2018 11:02:07 -0300 Subject: [PATCH] Updated The Cubot Manuals (markdown) --- The-Cubot-Manuals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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