peek lib=exec 297 >env:CPU
if $CPU eq 127
  echo "68040"
else
  if $CPU eq 255
    echo "68060"
  endif
endif

