summaryrefslogtreecommitdiff
path: root/coroutine/arm32/Context.s
blob: 91fc697c18ba7b25885402ce8ef474ac151d896b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
##  arm.c
##  File file is part of the "Coroutine" project and released under the MIT License.
##
##  Created by Samuel Williams on 10/5/2018.
##  Copyright, 2018, by Samuel Williams. All rights reserved.
##

.text

.globl coroutine_transfer
coroutine_transfer:
	stmia r1!, {r4-r11,sp,lr}
	ldmia r0!, {r4-r11,sp,pc}
	bx lr