Variable Definition

The Macro Assembler can provide a way to define a variable with a specific type. This is done using the following syntax:

var: typeName
  

where: