Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TRegisterType

Register type.

Declaration

Source position: typinfo.pp line 123

type TRegisterType = (

  Invalid,

  

Invalid register.

  Int,

  

Integer register.

  FP,

  

Floating-point register.

  MMX,

  

MMX register.

  MultiMedia,

  

Multimedia register.

  Special,

  

Special register.

  Address

  

Address register.

);

Description

TRegisterType describes the type of the CPU register.


Documentation generated on: Jul 24 2023