Can't run 'masm386'

Steven Schveighoffer schveiguy at yahoo.com
Thu May 17 06:38:15 PDT 2012


On Thu, 17 May 2012 01:53:59 -0400, Nick Sabalausky  
<SeeWebsiteToContactMe at semitwist.com> wrote:


> (Or,
> as someone suggested, just remove the "minit.obj depends on minit.asm"  
> from
> the makefile.)

I don't think this is a good idea, minit.asm could have code changes, in  
which case you are building with a stale object.  I'd rather have the  
error than accidentally use a stale object.

Any chance this asm file can be written in D with asm block?

-Steve


More information about the Digitalmars-d mailing list