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
Before transitioning into a child functional scope, the parent should ensure the data held in the CPU registers is protected from being overwritten in the Child Scope.
Before making the assembly call: bl __SCOPE_FUNCTION
Check parent's active registers against child's active registers
Push conflicting registers in parent scope to data register until call ends
The text was updated successfully, but these errors were encountered:
CodyFagley
changed the title
Protect Active Registers from Overwrite
Protect Registers from Overwrite
Nov 18, 2019
Before transitioning into a child functional scope, the parent should ensure the data held in the CPU registers is protected from being overwritten in the Child Scope.
Before making the assembly call:
bl __SCOPE_FUNCTION
The text was updated successfully, but these errors were encountered: