Generated asm files

SGDK only sub forum

Moderator: Stef

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: Generated asm files

Post 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
tryphon
Very interested
Posts: 316
Joined: Sat Aug 17, 2013 9:38 pm
Location: France

Re: Generated asm files

Post 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...
Post Reply