Why does this code bomb
From: andrewkennedy2 (andrewkennedy2_at_ev1LOG.net(Remove)
Date: 03/19/04
- Next message: Evenbit: "Re: Hey Mr. Hyde!"
- Previous message: Frank Kotler: "Re: DOS Memory Allocation AH=48 / INT 21"
- Next in thread: Bx.C: "Re: Why does this code bomb"
- Reply: Bx.C: "Re: Why does this code bomb"
- Reply: J. Yazel: "Re: Why does this code bomb"
- Reply: Evenbit: "Re: Why does this code bomb"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 19 Mar 2004 00:38:52 -0000
Can someone help explain why this code bombs when run.
Thanks.
init dd 0FFFFFFFFh
stored_value dd 0F6319143h
.586
compare:
xor eax,eax
xor ebx,ebx
mov eax,[init]
mov ebx,[stored_value]
cmp eax,ebx
jnz mod_made
- Next message: Evenbit: "Re: Hey Mr. Hyde!"
- Previous message: Frank Kotler: "Re: DOS Memory Allocation AH=48 / INT 21"
- Next in thread: Bx.C: "Re: Why does this code bomb"
- Reply: Bx.C: "Re: Why does this code bomb"
- Reply: J. Yazel: "Re: Why does this code bomb"
- Reply: Evenbit: "Re: Why does this code bomb"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]