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

Subversion Repositories next186_soc_pc

[/] [next186_soc_pc/] [trunk/] [SW/] [BIOS_Next186/] [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 "BIOS_Next186.obj" del "BIOS_Next186.obj"
4
    if exist "BIOS_Next186.com" del "BIOS_Next186.com"
5
 
6
    \masm32\bin\ml /AT /c /Fl BIOS_Next186.asm
7
    if errorlevel 1 goto errasm
8
 
9
    \masm32\bin\link16 /TINY BIOS_Next186,BIOS_Next186.com,,,,
10
    if errorlevel 1 goto errlink
11
    dir "BIOS_Next186.*"
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.