URL
https://opencores.org/ocsvn/blue/blue/trunk
Subversion Repositories blue
[/] [blue/] [trunk/] [blue8/] [asm] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bashcpp -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
Go to most recent revision | Compare with Previous | Blame | View Log
