head	1.1;
access;
symbols;
locks; strict;
comment	@:: @;


1.1
date	2007.03.28.21.22.08;	author toni32;	state Exp;
branches;
next	;
commitid	3555460adc664567;


desc
@@


1.1
log
@*** empty log message ***
@
text
@@@echo off
if not exist %1.asm goto error
mb-as -a=%1.lst -o %1.o %1.asm %2 %3 %4 %5 %6
mb-ld -N -Ttext 0x0 --cref -Map %1.map -o %1.elf %1.o
mb-objcopy -O binary %1.elf %1.bin
..\..\utils\bin2bram ..\..\rtl\openfire_template_bootram.v %1.bin %1.v
rm %1.o
rm %1.elf
goto fin
:error
echo error: %1.asm no existe
:fin
@
