This part of documentation covers OASM from command line perspective and describes how you can change behavior of compiler with various paremeters and switches.
--target TargetName
- changes which target will be produced as a result of build process.
- See also target directive
--targetFormat tap
- changes in which format will be selected target produced. Currently only
tap
is supported and compiler will produce "TAP" file - See also target directive
- changes in which format will be selected target produced. Currently only