Re: coding in asm
From: Jordi Maycas (jmaycas_at_hotmail.com)
Date: 02/06/04
- Next message: Ray: "Re: Problem about change srceen resloution"
- Previous message: Dan Moos: "How is WinMain entered?"
- In reply to: Tim Roberts: "Re: coding in asm"
- Next in thread: Jordi Maycas: "Re: coding in asm"
- Reply: Jordi Maycas: "Re: coding in asm"
- Reply: Marius: "Re: coding in asm"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Feb 2004 08:58:24 +0100
so,
mov ah,4ch
int 21h (ups DOS interrupt)
or a simply ret...
"Tim Roberts" <timr@probo.com> escribió en el mensaje
news:tt8620hr8a1h5igcahfd081u0f6uu07ka7@4ax.com...
> "Marius" <prisasm@h0tmail.remove-this-n-make-zero-o.com> wrote:
> >
> >anyway, you need to exit the program in the end.. call int 20h..
otherwise
> >it will look like it's just sitting there.. :)
>
> Actually, it will execute whatever random bytes happened to be in memory
> after the int 10. It might hang, it might crash, it might explode.
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc
- Next message: Ray: "Re: Problem about change srceen resloution"
- Previous message: Dan Moos: "How is WinMain entered?"
- In reply to: Tim Roberts: "Re: coding in asm"
- Next in thread: Jordi Maycas: "Re: coding in asm"
- Reply: Jordi Maycas: "Re: coding in asm"
- Reply: Marius: "Re: coding in asm"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|