BIOS Assembly

From: cfk (spamtrap_at_crayne.org)
Date: 03/27/05


Date: Sun, 27 Mar 2005 21:26:59 +0000 (UTC)

Gentlemen:
    Its been a while since I did MASM work, but I find myself working on a
BIOS project.

    The first quirk I am trying to understand has to do with a command
window flickering while asssembling hundreds of asm files. I am assembling
on an XP laptop using cmd.exe as my command window.

    When I invoke the makefile that starts the assembly, it seems that MASM
& LIB both do a screen clear causing the screen to flicker and all the
messages written out to the command window to be cleared each time MASM and
LIB are invoked. I am constrained to use MASM 6.11and its associated LIB
version 6.00.8168 by the rules of the BIOS vendor.

    Can anyone give me a hint or two that will let me actually keep the
messages coming out from the makefile progress?

Thanks, Charles



Relevant Pages

  • Re: Beginner Learning Assembler
    ... >> If you want to see the actual code that MASM ... >> emits for any of the HLL-like statements, ... > Window assembler programs as it appears to ... properly (and have the output appear in the message window). ...
    (alt.lang.asm)
  • Re: BIOS Assembly
    ... >BIOS project. ... >on an XP laptop using cmd.exe as my command window. ... > When I invoke the makefile that starts the assembly, it seems that MASM ... >LIB are invoked. ...
    (comp.lang.asm.x86)
  • Windows Caption
    ... I'm using masm on windows, and i want to know if there is a way ... to set a caption for a window, without it creating a titlebar, simply ... the start bar. ...
    (alt.lang.asm)