add: make fil

This commit is contained in:
Jérémy 2025-04-30 15:02:18 +02:00
parent 6c066b18d0
commit 4360960880
3 changed files with 4 additions and 0 deletions

4
make.bat Normal file
View file

@ -0,0 +1,4 @@
@echo off
c:\masm32\bin\ml /c /Zd /coff dir.asm
c:\\masm32\bin\Link /SUBSYSTEM:CONSOLE dir.obj
pause