#ifndef _MEM_H
#define _MEM_H

#include <stdint.h>

extern uint8_t MEM[];

#endif