summaryrefslogtreecommitdiff
path: root/coroutine/arm32/Context.s
blob: 86a80f3db25d61b814c1810e28ad0a58bb389ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
##  This 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