Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there a Code Conventions for Assembly (mainly PIC)? [closed]

Are there a Code Conventions for Assembly (mainly PIC)?

like image 392
Daniel Grillo Avatar asked Jun 03 '09 20:06

Daniel Grillo


2 Answers

I was able to find the Assembly Language Style Guide(PDF) which you might be interested in.

like image 87
Bill the Lizard Avatar answered Sep 17 '22 23:09

Bill the Lizard


When writing assembly, it's pretty helpful and not at all overboard to Comment Every Line

like image 29
Alex Gartrell Avatar answered Sep 21 '22 23:09

Alex Gartrell