33 . section .data._prev_reg
44
55 . global _prev_reg
6+ .type _prev_reg , @function
67_prev_reg:
78 ; L H U E D U C B U A Y I U X I U
89 db 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0
910
1011 . section .data._next_reg
1112
1213 . global _next_reg
14+ .type _next_reg , @function
1315_next_reg:
1416 ; L H U E D U C B U A Y I U X I U
1517 db 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0
@@ -37,6 +39,7 @@ _set_next_reg:
3739 ret
3840
3941 . global _CRT_smulhu
42+ .type _CRT_smulhu , @function
4043_CRT_smulhu:
4144 push iy
4245 ld iy , 0
@@ -51,6 +54,7 @@ _CRT_smulhu:
5154 jp _set_next_reg
5255
5356 . global _CRT_smulhs
57+ .type _CRT_smulhs , @function
5458_CRT_smulhs:
5559 push iy
5660 ld iy , 0
@@ -65,6 +69,7 @@ _CRT_smulhs:
6569 jp _set_next_reg
6670
6771 . global _CRT_imulhu
72+ .type _CRT_imulhu , @function
6873_CRT_imulhu:
6974 push iy
7075 ld iy , 0
@@ -77,6 +82,7 @@ _CRT_imulhu:
7782 jp _set_next_reg
7883
7984 . global _CRT_imulhs
85+ .type _CRT_imulhs , @function
8086_CRT_imulhs:
8187 push iy
8288 ld iy , 0
@@ -89,6 +95,7 @@ _CRT_imulhs:
8995 jp _set_next_reg
9096
9197 . global _CRT_lmulhu
98+ .type _CRT_lmulhu , @function
9299_CRT_lmulhu:
93100 push iy
94101 ld iy , 0
@@ -103,6 +110,7 @@ _CRT_lmulhu:
103110 jp _set_next_reg
104111
105112 . global _CRT_lmulhs
113+ .type _CRT_lmulhs , @function
106114_CRT_lmulhs:
107115 push iy
108116 ld iy , 0
@@ -117,6 +125,7 @@ _CRT_lmulhs:
117125 jp _set_next_reg
118126
119127 . global _CRT_i48mulhu
128+ .type _CRT_i48mulhu , @function
120129_CRT_i48mulhu:
121130 ld iy , 0
122131 add iy , sp
@@ -129,6 +138,7 @@ _CRT_i48mulhu:
129138 jp _set_next_reg
130139
131140 . global _CRT_i48mulhs
141+ .type _CRT_i48mulhs , @function
132142_CRT_i48mulhs:
133143 ld iy , 0
134144 add iy , sp
@@ -141,6 +151,7 @@ _CRT_i48mulhs:
141151 jp _set_next_reg
142152
143153 . global _CRT_llmulhu
154+ .type _CRT_llmulhu , @function
144155_CRT_llmulhu:
145156 ld iy , 0
146157 add iy , sp
@@ -159,6 +170,7 @@ _CRT_llmulhu:
159170 jp _set_next_reg
160171
161172 . global _CRT_llmulhs
173+ .type _CRT_llmulhs , @function
162174_CRT_llmulhs:
163175 ld iy , 0
164176 add iy , sp
0 commit comments