one_byte_opcodes.isa (5434:2f6dad874e14) one_byte_opcodes.isa (5448:67c8b7badec1)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

--- 539 unchanged lines hidden (view full) ---

548 0x5: IMUL(Ev);
549 0x6: DIV(Ev);
550 0x7: IDIV(Ev);
551 }
552 }
553 0x1F: decode OPCODE_OP_BOTTOM3 {
554 0x0: CLC();
555 0x1: STC();
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

--- 539 unchanged lines hidden (view full) ---

548 0x5: IMUL(Ev);
549 0x6: DIV(Ev);
550 0x7: IDIV(Ev);
551 }
552 }
553 0x1F: decode OPCODE_OP_BOTTOM3 {
554 0x0: CLC();
555 0x1: STC();
556 0x2: WarnUnimpl::cli();
557 0x3: WarnUnimpl::sti();
556 0x2: CLI();
557 0x3: STI();
558 0x4: CLD();
559 0x5: STD();
560 //0x6: group4();
561 0x6: decode MODRM_REG {
562 0x0: INC(Eb);
563 0x1: DEC(Eb);
564 default: UD2();
565 }

--- 15 unchanged lines hidden ---
558 0x4: CLD();
559 0x5: STD();
560 //0x6: group4();
561 0x6: decode MODRM_REG {
562 0x0: INC(Eb);
563 0x1: DEC(Eb);
564 default: UD2();
565 }

--- 15 unchanged lines hidden ---