Add missing instructions
This commit is contained in:
parent
19aca3dfd1
commit
39f2a3f7e1
1 changed files with 7 additions and 0 deletions
|
|
@ -112,6 +112,13 @@ caller:
|
||||||
ADC 1
|
ADC 1
|
||||||
STSP
|
STSP
|
||||||
|
|
||||||
|
; 5.2. Restore previous stack frame
|
||||||
|
LDFP
|
||||||
|
ADC 1
|
||||||
|
STSP
|
||||||
|
LDRF 1
|
||||||
|
STFP
|
||||||
|
|
||||||
RET
|
RET
|
||||||
|
|
||||||
300:
|
300:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue