]> gitweb.factorcode.org Git - factor.git/commit
arm: implement prolog and epilog
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Mar 2021 04:14:25 +0000 (23:14 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 17 Jun 2022 22:17:38 +0000 (17:17 -0500)
commit6f7c1c6bd6467f907389897b6c8860be87d512a2
tree4c28d80c0654c451957c50070ecf38c049bd5db7
parent7ca29ab4ad30f1caea6e95858dc504ff47a360f9
arm: implement prolog and epilog

prolog should decrement stack ptr and save the link register in the stack frame
epilog should restore the link register, inc stack ptr and jump
basis/bootstrap/assembler/arm.64.factor
basis/cpu/arm/assembler/assembler.factor