URL
https://opencores.org/ocsvn/blue/blue/trunk
[/] [blue/] [trunk/] [blue8/] [asm] - Blame information for rev 2
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
wd5gnr |
#!/bin/bash
|
2 |
|
|
cpp -P $1.asm >/tmp/$1$$.asm
|
3 |
|
|
./blue.pl /tmp/$1$$.asm >$1.lst
|
4 |
|
|
./asm2bin.awk $1.lst >$1.bin
|
5 |
|
|
./asm2hex.awk $1.lst |unix2dos >$1.hex
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.