diff options
author | Karel Kočí <cynerd@email.cz> | 2017-09-05 00:31:13 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-09-05 00:31:13 +0200 |
commit | 04ea2670be26291a17808bd704ce3549795953a0 (patch) | |
tree | 3beb72850745b014eb3ed5eb2e88bfe565c8d2df /qtmips_machine/tests/tst_machine.h | |
parent | ccf2283819a631cec62ceaec233ee845f28d59d8 (diff) | |
download | qtmips-04ea2670be26291a17808bd704ce3549795953a0.tar.gz qtmips-04ea2670be26291a17808bd704ce3549795953a0.tar.bz2 qtmips-04ea2670be26291a17808bd704ce3549795953a0.zip |
Add some more instructions to be decoded and arithmetic I test
Diffstat (limited to 'qtmips_machine/tests/tst_machine.h')
-rw-r--r-- | qtmips_machine/tests/tst_machine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qtmips_machine/tests/tst_machine.h b/qtmips_machine/tests/tst_machine.h index 50915f5..c05e8ad 100644 --- a/qtmips_machine/tests/tst_machine.h +++ b/qtmips_machine/tests/tst_machine.h @@ -20,6 +20,11 @@ private Q_SLOTS: // ProgramMemory void program_memory(); void program_memory_data(); + // Instruction + void instruction_arithmetic(); + void instruction_arithmetic_data(); + void instruction_arithmetic_immediate(); + void instruction_arithmetic_immediate_data(); }; #endif // TST_MACHINE_H |