Assembly Language 2 Book on Push and Pop ... 1: main PROC 2: mov eax,30 3: push eax 4: push 40 5: call Ex3Sub 6: INVOKE ExitProcess,0 7: main ENDP 8: 9: ...
確定! 回上一頁