Address=AllocateMemory(MemoryNumber, SizeInBytes)
Allocate memory with a required size in bytes, after this command you can read and write on this piece of memory without danger, if the command succeeds, the return value is the memory address of the allocated piece of memory, otherwise return 0.