AssemblyInfo is just information about the Assembly (project).
It doesn't contain any assembly language as that tends to be very CPU and Architecture specific.
It's purpose is to define things like version numbers, strong names, security etc.
You will need to touch it if you are going to provide stuff like version numbers or a strong name for your assembly