def setData(addr, data) : 
	for d in data : 
		PatchByte(addr, ord(d) )
		addr += 1 
	MakeCode(addr)