ccFill

Syntax

ccFillB(Start:Pointer,Bytes:Uint,Filling:Char)
ccFillW(Start:Pointer,Words:Uint,Filling:Word)
ccFillD(Start:Pointer,DWords:Uint,Filling:Uint)

Description

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

Parameters

Start - Beginning the memory block.
Bytes/Words/DWords - Counter.
Filling - A (Char/Word/Uint) with the memory block will be filled.

Return value

None

Remarks

None

Example usage

ccFillB(Start,9,"A")

See
ccFill_Demo.eba