You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# splat Release Notes
2
2
3
+
### 0.36.0
4
+
5
+
* New yaml option: `include_asm_macro_style`:
6
+
* Allows configuring the style used by the generated `INCLUDE_ASM` macro. It currently allows two possible values:
7
+
*`default`: Uses the default definition for the macro. This is the default.
8
+
*`maspsx_hack`: Changes the definition of the generated `INCLUDE_ASM` to be compatible with the one expected by `maspsx` when using the [reordering workaround hack](https://github.com/mkst/maspsx?tab=readme-ov-file#include_asm-reordering-workaround-hack). This value is only relevant for psx projects.
Copy file name to clipboardExpand all lines: docs/Configuration.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,15 @@ Some files may not be generated depending on the selected platform and compiler,
138
138
139
139
Defaults to `True`.
140
140
141
+
### include_asm_macro_style
142
+
143
+
Allows configuring the style used by the generated `INCLUDE_ASM` macro. It currently allows two possible values:
144
+
145
+
- `default`: Uses the default definition for the macro. This is the default.
146
+
- `maspsx_hack`: Changes the definition of the generated `INCLUDE_ASM` to be compatible with the one expected by `maspsx` when using the [reordering workaround hack](https://github.com/mkst/maspsx?tab=readme-ov-file#include_asm-reordering-workaround-hack).
147
+
148
+
Defaults to `default`.
149
+
141
150
### o_as_suffix
142
151
143
152
Used to determine the file extension of the built files that will be listed on the linker script.
0 commit comments