Variable definition

The Macro Assembler can provide a way to define a variable with a specific type. This is done using the following syntax ( Listing: Assembly code analog of a C struct of type: myType):

  var: typeName
  
  

where: