#include "asm.h" int main(int argc, char **argv) { if (argc != 2) return 0; return assemble_file_mips32(argv[1]); }