Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 570 Bytes

compiler.md

File metadata and controls

12 lines (9 loc) · 570 Bytes

OASM executable

This part of documentation covers OASM from command line perspective and describes how you can change behavior of compiler with various paremeters and switches.

List of 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