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

Usage:
	irett <task index> <id>

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

Exceptions:
	`Invalid operation` if not in an exception/interrupt handler

	`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

Flags:
	Zero if id does not match the task at the index or the task at index is not marked as valid