michaelcmartin / Ophis

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

Command Line: be able to output to stdout #8

Closed michaelcmartin closed 12 years ago

michaelcmartin commented 12 years ago

What it says on the tin. Outputting to "-" should put the binary to stdout, letting ophis be used in pipes.

In order for this to not be a terrible idea we also need to ensure that all other output is to stderr.

michaelcmartin commented 12 years ago

Commit 741390e implements this.