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