Skip to content

Feature request: calling disassembler and assembler for the user #5

@xcvista

Description

@xcvista

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions