Re: What are the arguments of SYS_read in PPC assembly?
by Borenard <meuldijk@[EMAIL PROTECTED]
>
May 14, 2008 at 06:31 AM
Thanks for you thorough explanation!
I'm new to the whole assembly and systems world, and out of curiosity
I looked up some info on PPC assembly, trying to understand some of
the examples.
Once I got as far as printing stuff and passing values from c to asm
and back, I was wondering if I could do the whole cycle of user input,
processing and output in assembly.
So I looked up sys_read. I think I have some leads to go on now.
I know I could do anything useful far more easily in C or Fortran, but
this way helps me learn more about how things really work.
Kind regards,
Borenard