diff options
author | bd <bdunahu@operationnull.com> | 2025-04-01 20:36:31 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-01 20:36:31 -0400 |
commit | 68324683cde10c636a4a602644f3e64d24b0e412 (patch) | |
tree | b87195d06940fbb526785a5e4c59b76780d00b22 /src/sim/mm.cc | |
parent | 25ce77db5f0dbfe6064eb0553591f1b956bad24a (diff) |
Lots of fixes and tests
Diffstat (limited to 'src/sim/mm.cc')
-rw-r--r-- | src/sim/mm.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/mm.cc b/src/sim/mm.cc index e29bf90..c83ae7d 100644 --- a/src/sim/mm.cc +++ b/src/sim/mm.cc @@ -10,7 +10,6 @@ void MM::advance_helper() { signed int data; - std::cout << "mem" << this->curr_instr->get_s2() << std::endl; switch (this->curr_instr->get_mnemonic()) { case LOAD: this->status = this->storage->read_word( |