diff --git a/dir.exe b/dir.exe new file mode 100644 index 0000000..830b43c Binary files /dev/null and b/dir.exe differ diff --git a/dir.obj b/dir.obj new file mode 100644 index 0000000..6720fde Binary files /dev/null and b/dir.obj differ diff --git a/make.bat b/make.bat new file mode 100644 index 0000000..9dbfc66 --- /dev/null +++ b/make.bat @@ -0,0 +1,4 @@ +@echo off +c:\masm32\bin\ml /c /Zd /coff dir.asm +c:\\masm32\bin\Link /SUBSYSTEM:CONSOLE dir.obj +pause \ No newline at end of file