@split is back to force splitting of word arrays

This commit is contained in:
Irmen de Jong
2024-12-16 07:26:59 +01:00
parent 1e9bbd662b
commit 02f3f5d0f5
17 changed files with 190 additions and 113 deletions

View File

@@ -364,3 +364,9 @@ enum class ZeropageWish {
DONTCARE,
NOT_IN_ZEROPAGE
}
enum class SplitWish {
DONTCARE,
SPLIT,
NOSPLIT
}