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

