SourcePoint Intel Help

Table of Contents

num_processors

Display the number of processors on the target.

Syntax

[result =] num_processors

Discussion

The num_processors control variable returns an integer representing the number of processors on the target. This value will be zero when the target has not yet been configured. This variable is read-only.

Example

Command input:

define ord4 nCount = num_processors

nCount

Result:

00000003H ย ย ย ย ย ย ย ย ย ย ย ย // 3 ย processors

Related Topics

ย 

ย 

ย