Forum: Assembly Jul 2nd, 2009 |
| Replies: 3 Views: 514 yeah I'm using GAS, GNU assembler which uses AT&T syntax.
You're right, I'm passing the number instead of a pointer, man I've missed how useless the error messages are in assembly :) thanks a lot... |
Forum: Assembly Jul 2nd, 2009 |
| Replies: 3 Views: 514 Hi,
I'm writing a small application which reads and writes to some files. MY problem is that when I write to the file in my program, I get an error, %eax is set to -14. strerror(-14) returns... |