diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-26 23:57:02 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-26 23:57:02 -0400 |
commit | bd4714ae53898337a02cfcec17628eeff9d77a9c (patch) | |
tree | 04e01e43dab9768c78134190b99a3c9fc4f837cf /inc/instrDTO.h | |
parent | 41f612789f652654b5f2fa8c3fee4e348e2081b1 (diff) |
Fix for load and store vector
Diffstat (limited to 'inc/instrDTO.h')
-rw-r--r-- | inc/instrDTO.h | 6 |
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; |