skip to main content

Library Routines : M$FILL

M$FILL
The M$FILL library routine fills a previously allocated memory region with a specific value.
Syntax:
 CALL "M$FILL" USING destination 
Parameters:
Examples:
Example - Allocate 8 bytes of memory, fill the memory area with all "A" characters
call "m$alloc" using 8, mem1
call "m$fill" using mem1, "A"8

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left