Ports shouldn't use __memcpy for struct assignment when there are better alternatives
memcpy is special among the builtin functions, since it is both-port-specific, and used by SDCC for struct handling. Looks like the check if it is available happens before processing the list of available functions from ports.
Ports shouldn't use __memcpy for struct assignment when there are better alternatives
Ports shouldn't use __memcpy for struct assignment when there are better alternatives
Ports shouldn't use __memcpy for struct assignment when there are better alternatives
Broken rabbit peephole rule
Fixes for --nosidechannel codegen. Fix a peephole optimizer rule bug triggered by --nosidechannel Rabbit codegen.
Use enum for flag bits across both implementations.