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

Subversion Repositories blue

[/] [blue/] [trunk/] [blue8/] [asm] - Rev 2

Compare with Previous | Blame | View Log

#!/bin/bash
cpp -P $1.asm >/tmp/$1$$.asm
./blue.pl /tmp/$1$$.asm >$1.lst
./asm2bin.awk $1.lst >$1.bin
./asm2hex.awk $1.lst |unix2dos >$1.hex

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.