-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMAIN.BAT
More file actions
23 lines (23 loc) · 729 Bytes
/
Copy pathMAIN.BAT
File metadata and controls
23 lines (23 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
del *.exe
del *.OBJ
pause
C:\masm615\ml.exe MAIN.asm
C:\masm615\ml.exe memory.asm
C:\masm615\ml.exe IOzi.asm
C:\masm615\ml.exe ISA.asm
C:\masm615\ml.exe PCI.asm
C:\masm615\ml.exe BEEP.asm
C:\masm615\ml.exe KEY.asm
C:\masm615\ml.exe A20.asm
C:\masm615\ml.exe E820.asm
C:\masm615\ml.exe 8259A.asm
C:\masm615\ml.exe CPUID.asm
C:\masm615\ml.exe Shadow.asm
C:\masm615\ml.exe CMOS.asm
C:\masm615\ml.exe option.asm
C:\masm615\ml.exe sio.asm
C:\masm615\ml.exe smbus.asm
C:\masm615\ml.exe BDA.asm
C:\masm615\ml.exe public_fuc.asm
C:\masm615\link.exe MAIN.obj memory.obj public_fuc.obj IOzi.obj ISA.OBJ PCI.OBJ BEEP.OBJ KEY.OBJ A20.OBJ E820.OBJ 8259A.OBJ CPUID.OBJ Shadow.obj CMOS.OBJ option.obj sio.obj SMBUS.obj BDA.OBJ
pause