Re: BIOS Assembly
From: hutch-- (spamtrap_at_crayne.org)
Date: 03/28/05
- Next message: Tim Roberts : "Re: Why doesn't this NASM program work? It loops endlessly"
- Previous message: Nathan Moore : "Re: Why doesn't this NASM program work? It loops endlessly"
- In reply to: cfk: "BIOS Assembly"
- Next in thread: spamtrap_at_crayne.org: "Re: BIOS Assembly"
- Reply: spamtrap_at_crayne.org: "Re: BIOS Assembly"
- Reply: David J. Craig: "Re: BIOS Assembly"
- Reply: Kevin G. Rhoads: "Re: BIOS Assembly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Mar 2005 04:55:53 +0000 (UTC)
Charles,
If I remember correctly, ML 6.11 was almost the last DOS version of
ML.EXE where the later paches and version are 32 bit PE versions. The
CLS routines from DOS to 32 bit CMD console are different in how they
work with real mode DOS direct memory writes being a lot faster than
CMD console output. If its bashing through a mountain of seperate
modules you will probably see the titlebar flickering through
displaying each name on the way through.
You could probably solve the problem by doing the build in a true DOS
installation, 6.22 or perhaps the DOS version under win98se but it may
not be worth the effort bothering.
Its been a very long time since I have used DOS ML and LIB but from
memory they can both handle batch builds using response files so it may
be worth having a look at doing the build that way.
Regards,
hutch at movsd dot com
- Next message: Tim Roberts : "Re: Why doesn't this NASM program work? It loops endlessly"
- Previous message: Nathan Moore : "Re: Why doesn't this NASM program work? It loops endlessly"
- In reply to: cfk: "BIOS Assembly"
- Next in thread: spamtrap_at_crayne.org: "Re: BIOS Assembly"
- Reply: spamtrap_at_crayne.org: "Re: BIOS Assembly"
- Reply: David J. Craig: "Re: BIOS Assembly"
- Reply: Kevin G. Rhoads: "Re: BIOS Assembly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|