IUCompilerCourse / python-student-support-code

Support for for students (Python)
MIT License
57 stars 38 forks source link

Missing sarq, salq and andq in X86 emulator #26

Open waynee95 opened 1 year ago

waynee95 commented 1 year ago

Implementing select_instructions for the len function suggests using sarq and andq. However, when using run-tests to check the implementation, it will error because these instructions are not covered by the emulator. Neither in the eval_x86, nor the parser_x86.