Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Kann mir jemand den folgenden Code in AT&T-Syntax umwandeln? (steht inline in C++):
MOV AX,0x5300 XOR BX,BX INT 0x15 MOV AX,0x5304 XOR BX, BX INT 0x15 MOV AX,0x5301 XOR BX, BX INT 0x15 MOV AX,0x5307 MOV BX,1 MOV CX,3 INT 0x15
Danke!!!