label.md

May 1, 2024 ยท View on GitHub

Asmc Macro Assembler Reference

LABEL

  • name LABEL type
  • name LABEL [[ NEAR | FAR | PROC ]] PTR [[type]]

Creates a new label by assigning the current location-counter value and the given type to name.

See Also

Code Labels | Directives Reference