]> 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>
Sat, 27 Mar 2021 04:14:25 +0000 (23:14 -0500)
commit176f757bd652bd110a384c865d45520ce6dbd02c
tree4f5f2e97b1e44702ce594a1020f4b247c2229889
parent8a01170f11ef6faad8104cc958c25a73c8c78b27
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