Closed rochlefebvre closed 2 years ago
The sign_extend file implements much of the functionality already, but it was written early on in the project. It is not tested.
sign_extend
We should review the code and follow the patterns from sign_command.
sign_command
I tested the code today and it works as expected. When I refactored the code I made sure both sign_extend and sign_command use a shared class that is abstracted away.
The
sign_extend
file implements much of the functionality already, but it was written early on in the project. It is not tested.We should review the code and follow the patterns from
sign_command
.