aboutsummaryrefslogtreecommitdiff
path: root/xcpu/xlib.s
blob: 0cae2c2a3c0f1abef0a1f00896caecb663a73dda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	;; xlib.s - Miscellaneous library routines to make XAS a little easier


	;; sub - C = B - A
	_label	sub
	


	;; mul:	C = B * A
	_label	mul


	;; div:	C = B / A
	_label	div