#include "sm83.h" #include "mem.h" int main(int argc, char *argv[]) { mem::init(nullptr, 0); return 0; }