aboutsummaryrefslogtreecommitdiff
path: root/src/ubox/ubox_read_keys.z80
blob: a8889fd467e6ee776994230637214b2018cfcb46 (plain)
1
2
3
4
5
6
7
8
.globl _ubox_read_keys

SNSMAT = 0x0141

_ubox_read_keys::
	call SNSMAT
	cpl
	ret