OpenCores
URL https://opencores.org/ocsvn/next186_soc_pc/next186_soc_pc/trunk

Subversion Repositories next186_soc_pc

[/] [next186_soc_pc/] [trunk/] [SW/] [bootload_BIOS_SD/] [makeit.bat] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 ndumitrach
@echo off
2
 
3
    if exist "bootstrap.obj" del "bootstrap.obj"
4
    if exist "bootstrap.com" del "bootstrap.com"
5
 
6
    \masm32\bin\ml /AT /c /Fl bootstrap.asm
7
    if errorlevel 1 goto errasm
8
 
9
    \masm32\bin\link16 /TINY bootstrap,bootstrap.com,,,,
10
    if errorlevel 1 goto errlink
11
    dir "bootstrap.*"
12
    goto TheEnd
13
 
14
  :errlink
15
    echo _
16
    echo Link error
17
    goto TheEnd
18
 
19
  :errasm
20
    echo _
21
    echo Assembly Error
22
    goto TheEnd
23
 
24
  :TheEnd
25
 
26
pause

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.