⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cswitch.s

📁 rtai-3.1-test3的源代码(Real-Time Application Interface )
💻 S
字号:
	;; $r10 is a pointer to a pointer to a RT_TASK	;; $r11 is pointer to a RT_TASK	;; r10 and r11 are filled with arguments the first time	;; the task gets to run.	.globl up_task_swup_task_sw:	push	$srp	subq	10*4, $sp	movem	$r9, [$sp]	subq	2*4, $sp	;move.d	[$r10], $r0	;move.d	$sp, [$r0]	move.d	$sp, [[$r10]]		;; goodbye old, hello new		move.d	$r11, [$r10]	; rt_current = next	move.d	[$r11], $sp			movem	[$sp+], $r11	jump	[$sp+]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -