summaryrefslogtreecommitdiff
path: root/home/sine.asm
blob: 5965d4978f07543889273e5982244f269e582733 (plain)
1
2
3
4
5
6
Cosine:: ; 19ac (0:19ac)
	add $10
Sine::
	ld e, a
	homecall Sine_e
	ret