v10_MARMASM.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. [
  2. {
  3. "name": "16BitThumbInstructions",
  4. "switch": "16",
  5. "comment": "Assemble source as 16-bit Thumb instructions.",
  6. "value": "true",
  7. "flags": []
  8. },
  9. {
  10. "name": "32BitArmInstructions",
  11. "switch": "32",
  12. "comment": "Assemble source as 32-bit ARM instructions.",
  13. "value": "true",
  14. "flags": []
  15. },
  16. {
  17. "name": "CoffThumb2Only",
  18. "switch": "coff_thumb2_only",
  19. "comment": "Allow only Thumb-2 code.",
  20. "value": "true",
  21. "flags": []
  22. },
  23. {
  24. "name": "ErrorReporting",
  25. "switch": "errorReport:prompt",
  26. "comment": "Prompt to send report immediately (/errorReport:prompt)",
  27. "value": "0",
  28. "flags": []
  29. },
  30. {
  31. "name": "ErrorReporting",
  32. "switch": "errorReport:queue",
  33. "comment": "Prompt to send report at the next logon (/errorReport:queue)",
  34. "value": "1",
  35. "flags": []
  36. },
  37. {
  38. "name": "ErrorReporting",
  39. "switch": "errorReport:send",
  40. "comment": "Automatically send report (/errorReport:send)",
  41. "value": "2",
  42. "flags": []
  43. },
  44. {
  45. "name": "ErrorReporting",
  46. "switch": "errorReport:none",
  47. "comment": "Do not send report (/errorReport:none)",
  48. "value": "3",
  49. "flags": []
  50. },
  51. {
  52. "name": "Errors",
  53. "switch": "errors",
  54. "comment": "Redirect error and warning messages.",
  55. "value": "",
  56. "flags": [
  57. "UserValue"
  58. ]
  59. },
  60. {
  61. "name": "FunctionOverride",
  62. "switch": "funcOverride",
  63. "comment": "Emit function overriding support for the specified function.",
  64. "value": "",
  65. "flags": [
  66. "UserValue"
  67. ]
  68. },
  69. {
  70. "name": "GenerateDebugInformation",
  71. "switch": "g",
  72. "comment": "Generate debugging information.",
  73. "value": "true",
  74. "flags": []
  75. },
  76. {
  77. "name": "Machine",
  78. "switch": "machine",
  79. "comment": "Specify the machine type to set in the PE header.",
  80. "value": "",
  81. "flags": [
  82. "UserValue"
  83. ]
  84. },
  85. {
  86. "name": "NoEsc",
  87. "switch": "noesc",
  88. "comment": "Ignore C-style escaped special characters.",
  89. "value": "true",
  90. "flags": []
  91. },
  92. {
  93. "name": "NoLogo",
  94. "switch": "nologo",
  95. "comment": "Suppress the copyright banner.",
  96. "value": "true",
  97. "flags": []
  98. },
  99. {
  100. "name": "NoWarn",
  101. "switch": "nowarn",
  102. "comment": "Disable all warning messages.",
  103. "value": "true",
  104. "flags": []
  105. },
  106. {
  107. "name": "ObjectFile",
  108. "switch": "o",
  109. "comment": "Specify the name of the object (output) file.",
  110. "value": "",
  111. "flags": [
  112. "UserValue"
  113. ]
  114. },
  115. {
  116. "name": "ItBlocks",
  117. "switch": "oldit",
  118. "comment": "Generate ARMv7-style IT blocks.",
  119. "value": "true",
  120. "flags": []
  121. },
  122. {
  123. "name": "SourceLink",
  124. "switch": "sourcelink",
  125. "comment": "Specify the configuration file that contains a simple mapping of local file paths to URLs for source files to display in the debugger.",
  126. "value": "",
  127. "flags": [
  128. "UserValue"
  129. ]
  130. },
  131. {
  132. "name": "CommandLineArgumentsViaFile",
  133. "switch": "via",
  134. "comment": "Read extra command-line arguments from the specified file.",
  135. "value": "",
  136. "flags": [
  137. "UserValue"
  138. ]
  139. }
  140. ]