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

Usage:
	pop <output>

Effect:
	Sets <output> to [SP], then increments SP by sizeof <output>
	See ./push_pop_notes.txt

Exceptions:
	Stack error if [SP] is not readable