mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 06:16:15 +00:00
@split is back to force splitting of word arrays
This commit is contained in:
@@ -364,3 +364,9 @@ enum class ZeropageWish {
|
||||
DONTCARE,
|
||||
NOT_IN_ZEROPAGE
|
||||
}
|
||||
|
||||
enum class SplitWish {
|
||||
DONTCARE,
|
||||
SPLIT,
|
||||
NOSPLIT
|
||||
}
|
||||
Reference in New Issue
Block a user