#include #include "memo.h" void print_help(); int main(int argc, char *argv[]) { std::string map_path(""); std::string soft_path("soft.elf"); bool show = false; bool show_map = false; if (argc > 1) { for( int n=1 ; n