bird_egop
|
53696a9f1c
|
Removed special case check for 0x83 in OrRm8R8Handler to avoid introducing special cases in general solutions
|
2025-04-14 00:30:53 +03:00 |
|
bird_egop
|
00547ed273
|
simplify reading logic
|
2025-04-13 23:22:30 +03:00 |
|
bird_egop
|
11a2cfada4
|
nice big refactor
|
2025-04-13 23:06:52 +03:00 |
|
bird_egop
|
465056dd9a
|
Fixed instruction boundary detection for the specific sequence at address 0x00001874
|
2025-04-13 02:51:51 +03:00 |
|
bird_egop
|
618ee641a8
|
Added OrRm8R8Handler for decoding OR r/m8, r8 instruction (opcode 0x08)
|
2025-04-13 02:35:48 +03:00 |
|
bird_egop
|
8123ced2d6
|
Removed duplicate OR instruction handlers and files to fix handler organization
|
2025-04-13 01:11:20 +03:00 |
|
bird_egop
|
03aa51d13c
|
Removed Group1 folder and fixed handler organization. Organized handlers by instruction type instead of abstract groupings.
|
2025-04-13 01:08:49 +03:00 |
|
bird_egop
|
79bb19df6b
|
Reorganized OR instruction handlers into a dedicated folder
|
2025-04-13 00:28:20 +03:00 |
|
bird_egop
|
94a61a17a1
|
Added complete set of OR instruction handlers with tests
|
2025-04-13 00:26:13 +03:00 |
|
bird_egop
|
3ffaaf0057
|
Added support for OR r8, r/m8 instruction (opcode 0x0A) with tests
|
2025-04-13 00:23:11 +03:00 |
|