summaryrefslogtreecommitdiff
path: root/cpu/instructions/execution_control/call.txt
blob: edec5f1e426505f93e55d4d2fcb93b2e2c4680e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Number of parameters: 1

Usage:
	call <target>

Effect:
	IP pushed to stack
	IP moved to <target>

Exceptions:
	None