Is your feature request related to a problem? Please describe.
Debugging LLVM-compiled code is complicated by it having the C stack-pointer in ZP at $02-$03, which renders it vulnerable to corruption.
Describe the solution you'd like
I'll work out the fine details, as there are challenges for making the protection settings survive the freeze/unfreeze process.
Describe alternatives you've considered
Endless hours of frustrating debugging.
Additional context
Triggered by MEGAphone transition to LLVM
Is your feature request related to a problem? Please describe.
Debugging LLVM-compiled code is complicated by it having the C stack-pointer in ZP at $02-$03, which renders it vulnerable to corruption.
Describe the solution you'd like
I'll work out the fine details, as there are challenges for making the protection settings survive the freeze/unfreeze process.
Describe alternatives you've considered
Endless hours of frustrating debugging.
Additional context
Triggered by MEGAphone transition to LLVM