]> Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - buildrom.sh
Add buildrom.sh. Add some comments of note in System.v.
[fpgaboy.git] / buildrom.sh
... / ...
CommitLineData
1#!/bin/bash
2rgbasm -orom.o rom.asm && xlink rom.lnk && ./mashrom < rom.bin > rom.hex
This page took 0.021055 seconds and 4 git commands to generate.