-
-
91 禁止插(茶)楼 2 禁止CL (以下内容不适合新人) 3 mov cl, 0 4 xor cl, cl 5 mov cx, 0 6 mov e(r)cx, 0 7 push eax mov ah, ch mov cx, 0 mov ch, ah pop eax 8 // forbidcl.c int bnot(int n) { return ~n; } ; forbidcl.nas mov eax, 0 push eax call _bnot add esp, 4 mov edx, 0 mov dl, al push edx call _bnot add esp, 4 and ecx, eax 9 1L:push ecx mov ecx, 0 更新完毕:pop ecx 持续更新,大家也可以来更新
-
23