MAKE MEMORY
This command will create an area of memory of the given size in bytes. You can use dynamically created areas of memory to store any type of data using the indirection symbol. Simply place a * before the variable holding the address of the memory block to write into the first byte position. Adding to the value representing the address will move you through the memory block allowing both reading and writing to the memory. This command will return the address of the first byte of this newly created memory block.

SYNTAX
Return DWORD=MAKE MEMORY(Size In Bytes)

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example