Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 271 Bytes

conventions.MD

File metadata and controls

11 lines (6 loc) · 271 Bytes

Assembler Conventions

Namespaces

  • Namespaces are separated with :: e.g. test::log - test is namespace log is routine name

Exported/Unexported

  • Unexported routine names begin with an uppercase letter
  • Exported routine names begin with a lowercase letter