This can be fairly convenient, as the user can input an executable file and this app can spit out another executable, ready to go. Example: ``` x86to6502 i8086-test-executable.com -o 6502-test-executable.bin ``` Or this: ``` i8086-gcc test.c -S -o - | x86to6502 -o 6502-test.bin ```