Subversion Repositories HelenOS

Rev

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

Rev 198 Rev 205
Line 41... Line 41...
41
.global inw
41
.global inw
42
.global inl
42
.global inl
43
.global outb
43
.global outb
44
.global outw
44
.global outw
45
.global outl
45
.global outl
46
.global memcopy
46
.global memcpy
47
.global memsetb
47
.global memsetb
48
.global memsetw
48
.global memsetw
49
.global memcmp
49
.global memcmp
50
 
50
 
51
 
51
 
Line 263... Line 263...
263
# The memory areas cannot overlap.
263
# The memory areas cannot overlap.
264
#
264
#
265
SRC=12
265
SRC=12
266
DST=8
266
DST=8
267
CNT=16
267
CNT=16
268
memcopy:
268
memcpy:
269
	push %ebp
269
	push %ebp
270
	movl %esp,%ebp
270
	movl %esp,%ebp
271
	pusha
271
	pusha
272
 
272
 
273
	cld
273
	cld