jnowaczek / pdp12-asm

DEC PDP-12 Cross-Assembler
GNU General Public License v3.0
4 stars 1 forks source link

Command line interface #8

Open jnowaczek opened 2 years ago

jnowaczek commented 2 years ago

Eventually the assembler will be a binary that will be installed and run from the command line. A well designed CLI is important to maximize the ease of use - I think minimizing the number of flags or other parameters required for the common case is a decent preliminary design principle.