commit | 2fda7cbb234a2966599d1de135f55aece69220c6 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Jul 05 20:41:53 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jul 05 20:41:53 2008 -0400 |
tree | 6b397d4e076238db74a4a942d2cef8dea72fa0be | |
parent | f85fde0cb7ae5706a90c89b199c4554607dd3201 [diff] |
Use ld to build final rom; remove custom build utilities. It's possible to build the final rom with a little LD magic - so use that instead of the buildrom.py / defsyms.py method. Also, rename all occurances of ".globl" to the more clear ".global".