summaryrefslogtreecommitdiff
path: root/cpu/instructions/execution_control/tret.txt
blob: 53b1097bd4f794bd82daab87d3302fc9b2b0f190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Number of parameters: 0

Usage:
	tret

Effect:
	See ../../task_switching/execution.txt

	Only takes effect after all other writes are complete

Exceptions:
	`Invalid operation` if not the original task

	`Illegal instruction` if used with any other task-related instruction in the same queue
		Not triggered if conditional and only one was selected to be run