summaryrefslogtreecommitdiff
path: root/Compile.bat
blob: 8b3ca5d5ff78b590097460b624b6112e8a508e75 (plain)
1
2
3
4
5
6
7
8
tasm /l /c /m3 boot
link /noi /noe /farcall boot,,;
@del boot.obj
@del boot.map
exe2bin boot.exe boot.bin
@del boot.exe
tcc -G -O -Z -d -ebootinst bootinst.c
@del bootinst.obj