Share via


_PreLoad

This instruction is a soft preload instruction; that is, this instruction indicates to the memory system that a memory access from the specified address will occur shortly.

void _PreLoad(
  unsigned long* addr
);

Parameters

  • addr
    Location of memory access.

Return Values

None.

Remarks

The compiler translates this instruction into the PLD assembly instruction.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Armintr.h.

See Also

ARM XSCALE Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.