A
anotherbrick
Guest
Ich versuche, diesen Code zu kompilieren mit VC + +6.0
, aber es gibt Fehler in dieser Zeile ----------------- mov ecx, cs error C2443: Operandengröße Konflikt ----------------- ist nicht der ECX und CS alle 32-Bit in pentium? warum es gibt Fehler?
Code:
__asm {mov bl, 9 mov ax, 0204h int 31h mov dword ptr [oldint09 +0], edx mov word ptr [oldint09 +4], cx mov ecx, cs mov edx, Offset int09 mov ax, 0205h int 31h}