bird_egop
|
0d271abdcb
|
Replaced Assert.Contains with strict Assert.Equal in tests for better validation
|
2025-04-13 03:33:51 +03:00 |
|
bird_egop
|
a0e40c8a52
|
Fixed instruction handlers and tests for Group1, Group3, and XOR instructions
|
2025-04-12 21:48:41 +03:00 |
|
bird_egop
|
f107b8e763
|
Added comprehensive tests for various instruction handlers. Created test files for Jump, Return, XOR, Group1, Group3, and Call instructions. Fixed ConditionalJumpHandler test to use 'jz' instead of 'je' since they are equivalent in x86.
|
2025-04-12 21:38:47 +03:00 |
|