我试图将一项职能与法典主要方案的主要部分的延伸联系起来。 c
I need to debug assembly routine to see my stack and registers. How can i do it?
int main() {
char str[] = "remembering toUpperSelective exercise..";
const char* findChars = "re";
int result = toUpperSelective(str, findChars);
printf("Result Expected is %d and got %d
", 14, result);
printf("Printing result: %s
", str);
getchar();
return 0;
}
如何说汇编者在X地点搜寻并停止扔 error这一错误? (链接)