michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

Allow for multiple source files #10

Closed michaelcmartin closed 12 years ago

michaelcmartin commented 12 years ago

When building a program out of partially machine-generated components, it would be nice to not need a "master program" that includes the rest. The command line should let us build this up with a series of arguments.

Making this workable requires at least:

michaelcmartin commented 12 years ago

9ea0962e529227e0dee0b3d9b78cad73ac6bbfe6 has what matters. -e is standard for this but it turns out to be a lot more useful for something like Python itself than for something like an assembler. Dropping that feature.