Forum: Assembly Nov 12th, 2008 |
| Replies: 5 Views: 2,864 Best Jew: you are half right. Assembly speed = C++ as C++ is compiled into assembly code. With handwritten assembly, you might be able to make the routine more efficient than the C++ compiler does.... |
Forum: Assembly Nov 10th, 2008 |
| Replies: 3 Views: 1,135 I'd be willing to bet that printf changes the eax register... Have you looked into that? |