const (
// Na Will be used to represent software that doesn't require a CPU// architecture. Making it the first entry in the list so that it becomes// the zero value. Useful for our arguments, so if it's omitted, it will// defualt to Na. Na Arch = iota X86
X64
)