index
:
pmd-red
code
libc
master
memory
Pokémon Mystery Dungeon: Red Rescue Team
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
newlib
/
libc
/
sys
/
sysvi386
/
read.s
blob: 8ecb5bacf83c4834d2cfc3e1ee83173b4f668801 (
plain
)
1
2
3
4
5
6
7
8
.globl _read .globl read _read: read: movl $3, %eax lcall $7,$0 jb _cerror ret