Hi,
I'd like to know what the arguments of the system call SYS_read are,
in PPC assembly, to read in some typed characters from the terminal.
r0=3 to call sys_read
r3=1 for stdin
Where does the pointer go that indicates where the typed string is
stored?
For sys_write this is r4 and r5, but I don't seem to get chars back
if
I use r4 and r5 with sys_read.
Regards,
Borenard