Subversion Repositories HelenOS-historic

Rev

Rev 124 | Rev 313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 124 Rev 205
Line 148... Line 148...
148
.global memsetb
148
.global memsetb
149
memsetb:
149
memsetb:
150
	j _memsetb
150
	j _memsetb
151
	nop
151
	nop
152
 
152
 
153
.global memcopy
153
.global memcpy
154
memcopy:
154
memcpy:
155
	j _memcopy
155
	j _memcpy
156
	nop
156
	nop
157
 
157
 
158
# THIS IS USERSPACE CODE
158
# THIS IS USERSPACE CODE
159
.global utext
159
.global utext
160
utext:
160
utext: