aboutsummaryrefslogtreecommitdiff
path: root/src/intr.s
blob: 00de34fb7507bf303aca6174dd1702ee3362711d (plain)
1
2
3
4
5
6
7
	.export _ih
	.import _trip

_ih:	LDA #$01
	STA _trip
	PLA
	RTI