ReadNext Method
UP ]

 

Description

This method is used to read a word from a position pointed to by X. Before reading, the operation increment X by 2 (X=X+2).

Syntax

Word = HCS121.ReadNext

Parameters are not required.

Part Type Description
Word Integer 16 bit value returned.

Remarks

This method is faster than ReadWord because it don´t need to pass addresses to the target processor. It’s appropriate to move blocks of memory. In order to make this method success you have to be sure the target processor is in active background mode. Use GetBDMStatus to know the state of the BDM module or directly execute Stop method.

See also:

GetBDMStatus method

Stop method

ReadWord method

 

If you have a question or suggestion please contact me. Updated: 03.19.2003
Copyright (c) 2003-2004 J.Gorgas. All rights reserved. All trademarks mentioned are the property of their respective owners.