/// <summary> /// Gets the range of the machines memory from start to end /// </summary> /// <param name="start">Start address (inclusive)</param> /// <param name="end">End address (inclusive)</param> /// <returns>The memory section</returns> public byte[] GetMemorySection(ushort start, ushort end) => TestSet.GetMemorySection(start, end);