Libraries - Naming conventions

The naming conventions for source within a library are:

  • Constants/Defines (.def, .set, .equ): <rootelementName><name>
  • Main-Label: _<rootelement>[<subelement>]<name>
  • Sub-Label: __<rootelement>[<subelement>]<name>