cpu check 68040
if warn
  echo "not a 68040"
else
  echo "it is a 68040"
endif

