October 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13638

          Issue ID: 13638
           Summary: masm386 is required again?
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: critical
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: andre@lc.vlsm.org

When building the latest druntime from git, compilation choked because of masm386 could not be found:

dmc -c  src\rt\minit.asm
masm386 -DM_I386=1 -D_WIN32 -Mx src\rt\minit.asm;

Can't run 'masm386', check PATH
Error: 'dmc' not found

--