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

Usage:
	push <value>

Effect:
	Decrements SP by sizeof <value>, then sets [SP] to <value>
	See ./push_pop_notes.txt

Exceptions:
	Stack error if [SP] is not writable