Page 2 of 2

Re: Generated asm files

Posted: Wed Jan 27, 2016 12:19 am
by Stef
I Understand... I myself do that sometimes when i want to pass a C method to assembly, but sometimes it's just faster to write it from scratch than trying to optimize the mess generated by GCC :p

Re: Generated asm files

Posted: Wed Jan 27, 2016 9:17 pm
by tryphon
I understand what you said now :mrgreen:

I wrote a little script that add to the asm source file the C code corresponding (using .loc directive), so it's a little more readable...