Syntax Guide - PMStanley/ARMax GitHub Wiki
Syntax used in this document
The syntax used in this document is based on Delphi AKA Object Pascal. It is easy to read and should be quite clear on how each function works.
Hex values are often represented like $5A as opposed to the C formatting of 0x5A. PChar is a pointer to an array of char.