.data SourceStringdb "Hello, World!",0 .code start: cld xoreax, eax movedi, offset SourceString mov al, 'd' movecx, 13 repnescas jz wow invokeExitProcess, 0 wow: invokeExitProcess, 1 end start
if (strstr (“Hello, World!”, “d”) != NULL)) exitProcess(1); exitProcess (0);
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题