1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-17 15:55:14 +00:00
CLK/InstructionSets/x86
2023-10-22 22:15:27 -04:00
..
Documentation
Implementation Take a swing at LEA r16, r16. 2023-10-22 22:15:27 -04:00
DataPointerResolver.hpp Create a central location for avoiding segment conditionality. 2023-10-05 17:12:38 -04:00
Decoder.cpp Implement RET, IRET. 2023-10-16 15:40:24 -04:00
Decoder.hpp Allow for non-sign-extended offsets/displacements. 2023-09-24 15:00:16 -04:00
Instruction.cpp Create a central location for avoiding segment conditionality. 2023-10-05 17:12:38 -04:00
Instruction.hpp Further clean up copy-and-paste mess. 2023-10-11 14:36:42 -04:00
Interrupts.hpp Add DIV, faulty IDIV. 2023-10-10 10:34:18 -04:00
Model.hpp It's differing mildly from DataPointResolver, but segue towards a world of real data. 2023-10-05 17:06:00 -04:00
Perform.hpp Remove ideas discarded. 2023-10-08 22:27:01 -04:00
Status.hpp Reduce repetition. 2023-10-19 14:21:08 -04:00