summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-27 23:34:35 -0400
committerbd <bdunahu@operationnull.com>2025-04-27 23:34:35 -0400
commit336faf3fd701aaf962613abd1ff0a69cbdf021ce (patch)
tree28cc8f2ea6e5aa1a74f328de8594b0ad5995fa66 /src
parenta5366c56469bdec480c7eb463f9f71d7a3e3b2d2 (diff)
Fix UI display to not be ridged
Diffstat (limited to 'src')
-rw-r--r--src/ex.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex.cc b/src/ex.cc
index 3f86ad4..286c7ba 100644
--- a/src/ex.cc
+++ b/src/ex.cc
@@ -32,6 +32,8 @@ void EX::advance_helper()
Mnemonic m;
s1 = 0, s2 = 0, s3 = 0;
+ v1 = {0}, v2 = {0}, v3 = {0};
+ v_len = 0, v_immediate = 0, v_base_addr = 0;
m = this->curr_instr->mnemonic;
pc = this->curr_instr->slot_B;