Document modified registers for all procedures
Opened this issue · 0 comments
natiiix commented
The @reg
code documentation field should be added to all procedures that are somewhat finished (there is no reason/plan to modify them at the moment). This will allow using registers after calling a procedure with slightly more confidence in their content. It will also allow replacement of pusha
and popa
with pushing only the necessary registers, which is the ultimate motivation behind this.