summaryrefslogtreecommitdiff
path: root/inc/instrDTO.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/instrDTO.h')
-rw-r--r--inc/instrDTO.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/instrDTO.h b/inc/instrDTO.h
index 8f8e28e..b99ba20 100644
--- a/inc/instrDTO.h
+++ b/inc/instrDTO.h
@@ -43,10 +43,14 @@ struct InstrDTO {
*/
signed int slot_A;
/**
- * Optional slot for holding PC
+ * Optional slot for holding PC / base address
*/
signed int slot_B;
/**
+ * Optional slot to hold immediates
+ */
+ signed int slot_C;
+ /**
* The mnemonic of the instruction.
*/
Mnemonic mnemonic;