标签: mips qtspim
无法将此C代码转换为MIPS
if (integers == 0 && forward != 0) { for (char *ptr = str; *ptr != ’\0’; ptr++) { if (*ptr >= ’A’ && *ptr <= ’Z’) continue; printf("%c\n", *ptr); }