summaryrefslogtreecommitdiffhomepage
path: root/asm/intel64/all_ops.h
AgeCommit message (Expand)Author
2020-11-28Implemented MOVSX - Move With Sign-ExtensionRoland Reichwein
2020-11-28Implemented SETcc - Set Byte On ConditionRoland Reichwein
2020-11-28Implemented CMOVcc - Conditional MoveRoland Reichwein
2020-11-27Added CMPRoland Reichwein
2020-11-18Implemented asm orRoland Reichwein
2020-11-18Added Asm opsRoland Reichwein
2020-11-13Added push and popRoland Reichwein
2020-11-13Add system tests, implement syscallRoland Reichwein
2020-11-13Added intel sub, div, idivRoland Reichwein
2020-11-10Implemented dec, mul, imulRoland Reichwein
2020-11-09Implement inc instruction, support 64 bit regsRoland Reichwein
2020-10-17Add ret and intRoland Reichwein