ccFillW

Syntax

ccFillW(Start:Pointer,Words:Uint,Filling:Word)

Description

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

Parameters

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

Return value

None

Remarks

None

Example usage

ccFillW(Start,9,0x4242)

See
ccFillW_Demo.eba
ccFillB()
ccFillD()