The CSE (Convert to Sign-Extended) instruction.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class Cse : Instruction
Visual Basic
Public Class Cse _
	Inherits Instruction
Visual C++
public ref class Cse : public Instruction

Remarks

This instruction represents the CBW, CWDE, CDQE, CWD, CDQ and CQO instructions.

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..Cse

See Also