ccFillD

Syntax

ccFillD(Start:Pointer,DWords:Uint,Filling:Uint)

Description

Fills the memory starting at 'Start' until 'Start+DWords' with 'Filling'

Parameters

Start - Beginning the memory block.
DWords - Counter.
Filling - A (Uint) with the memory block will be filled.

Return value

None

Remarks

None

Example usage

ccFillD(Start,9,0x43434343)

See
ccFillD_Demo.eba
ccFillB()
ccFillD()