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] - Rev 3

Compare with Previous | Blame | View Log

@echo off

    if exist "bootstrap.obj" del "bootstrap.obj"
    if exist "bootstrap.com" del "bootstrap.com"

    \masm32\bin\ml /AT /c /Fl bootstrap.asm
    if errorlevel 1 goto errasm

    \masm32\bin\link16 /TINY bootstrap,bootstrap.com,,,,
    if errorlevel 1 goto errlink
    dir "bootstrap.*"
    goto TheEnd

  :errlink
    echo _
    echo Link error
    goto TheEnd

  :errasm
    echo _
    echo Assembly Error
    goto TheEnd
    
  :TheEnd

pause

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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