View Single Post
Old Mar 20th, 2005, 12:18 PM   #2
Arnvidr
Newbie
 
Join Date: Mar 2005
Posts: 2
Rep Power: 0 Arnvidr is on a distinguished road
I've found that (at least the first) reason for the segfault is this line:
movl   (%esi), %ecx
The %esi register contains the parameters for the whole program, and this line is identical to functioning procedures for getting both chars and strings, so I gather there must be some other method of handling ints?
Arnvidr is offline   Reply With Quote