Delphi 各類彙編位移

function ror(const Value: DWORD; ShiftValue: Byte): DWORD; overload; begin Result := (Value shl (8 * SizeOf(Value) – ShiftValue)) or (Value Shr ShiftValue); end; function ror(const Value: WORD; Shift
相關文章
相關標籤/搜索