Welcome to mirror list, hosted at ThFree Co, Russian Federation.

umodhi3.s « w65 « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d12df5241f7d809e6f2840d1932828084d827cc (plain)
1
2
3
4
5
6
7
	.global	___umodhi3

___umodhi3:
	jsr	>___udivhi3
	stx	<r0
	rtl