aboutsummaryrefslogtreecommitdiff
path: root/samples/input.orgaasm
blob: 46b4c9e6aefcc7316e098c6c1453f011f74b3d71 (plain)
1
2
3
4
5
6
7
@loop
	SLP            ( cycle input events )
	LIT ,Input LDA ( get input )
	DBG            ( print to console )
	#0008 AND      ( loop until start is pressed )
	JEZ ,loop
	RET