/*
 *
 *					clear.c
 *
 */

#include "advm.h"
#include "memory.h"
#include "cache.h"

void clear ()
	{
	count = -1;
	}

