ref: 1b9ee46af9f8baac0d266a54130115a719788377
parent: 6bde08504fdc336b1d458bab0bed4ef649cae25a
author: yenatch <yenatch@gmail.com>
date: Mon Jan 27 11:22:41 EST 2014
Get rid of globals.asm. Use ::s to export labels between objects. globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.