summaryrefslogtreecommitdiff
path: root/ports_test.s
blob: 0ac2f4f4d419238a387d94a6b69525c4553da778 (plain)
1
2
3
4
5
6
7
8
9
10
11
|| -*- gas -*-

	|| Testing harness to pretend to be IO ports.

port_in:
	andi.w	#0xff,d0
	rts

port_out:
	andi.w	#0xff,d0
	rts