SourcePoint Intel Help

Table of Contents

processors

Display the number of processors present in the target system.

Syntax

[result =] processors

Where:

result

specifies an ord4 debug 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

The processors control variable displays the number of processors in the current base setting.

Example 1

Note: Assume three processors are present.

Command input:

processors

Result:

0003H

Example 2

Command input:

define ord2 nCount = processors

nCount

Result:

0003H

ย 

ย