SourcePoint AMD Help

Table of Contents

processorfamily

Display a string identifying the family to which the processor belongs.

Syntax

[result =] processorfamily

Where:

result

specifies an nstring variable to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

Discussion

Use processorfamily to get a unique string that identifies the family of the current processor. In a multiprocessor system, the family of the processor with the current viewpoint is displayed. This function is read-only.

Example 1

Command input:

processorfamily

Result:

P6

Example 2

Command input:

define nstring family = processorfamily

family

Result:

"P6"

Related Topics: