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.
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.