/*
 *			start.c
 *
 */

#include "advm.h"
#include "memory.h"
#include "cache.h"

int start()
	{
	count = 0;
	next = membot;
	return  ((memtop-membot > 2000)? 0 : 1);
	}

