diff options
| author | Pierre LALET <pierre.lalet@cea.fr> | 2018-12-23 19:26:44 +0100 |
|---|---|---|
| committer | Pierre LALET <pierre.lalet@cea.fr> | 2018-12-23 19:26:44 +0100 |
| commit | 814ccf50314852d12168ad5b8a4a875a86bc6e3d (patch) | |
| tree | e19e9820bb8355730ae9bd0c706e414e39c895ef /test/arch/mep/asm/test_major_opcode_7.py | |
| parent | 011e1e209b3d00afe3c8e65000209a568c5eb791 (diff) | |
| download | miasm-814ccf50314852d12168ad5b8a4a875a86bc6e3d.tar.gz miasm-814ccf50314852d12168ad5b8a4a875a86bc6e3d.zip | |
Fix typos & add codespell
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_7.py')
| -rw-r--r-- | test/arch/mep/asm/test_major_opcode_7.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_7.py b/test/arch/mep/asm/test_major_opcode_7.py index fcd5e1f9..15a045da 100644 --- a/test/arch/mep/asm/test_major_opcode_7.py +++ b/test/arch/mep/asm/test_major_opcode_7.py @@ -82,7 +82,7 @@ class TestMajor7: check_instruction("CACHE 0x9, ($7)", "7974") check_instruction("CACHE 0x2, ($6)", "7264") - # Randomly choosen instructions + # Randomly chosen instructions check_instruction("CACHE 0x5, ($8)", "7584") check_instruction("CACHE 0xC, ($6)", "7c64") check_instruction("CACHE 0x2, ($1)", "7214") @@ -108,7 +108,7 @@ class TestMajor7: check_instruction("STC $8, $LO", "7888") check_instruction("STC $0, $LP", "7018") - # Randomly choosen instructions + # Randomly chosen instructions check_instruction("STC $9, $DBG", "7989") check_instruction("STC $2, $DBG", "7289") check_instruction("STC $9, $LO", "7988") @@ -125,7 +125,7 @@ class TestMajor7: check_instruction("LDC $12, $LO", "7c8a") check_instruction("LDC $0, $LP", "701a") - # Randomly choosen instructions + # Randomly chosen instructions check_instruction("LDC $11, $RPC", "7b6a") check_instruction("LDC $10, $CFG", "7a5b") check_instruction("LDC $2, $NPC", "727b") |