writeMemory

abstract fun writeMemory(ptr: Int, bytes: ByteArray)
open fun writeMemory(ptr: Int, bytes: ByteArray, offset: Int, size: Int)