List Of Markers - Gip-Gip/LASM GitHub Wiki

Currently Implemented

List of markers LASM actually understands

  • $else - a multi-line marker that separates code based on previous marker outcomes
  • $end - mark's the end to code affected by a multi-line marker
  • $if (flag)- a multi-lined marker that separates code by checking if a flag is set
  • $if not (flag)- a multi-lined marker that separates code by checking if a flag is not set
  • $flag (flag)- set a flag
  • $raw - a multi-line marker which marks code meant to be directly assembled by the assembler

In Development

List of markers soon to be implemented

  • $byte (value) - make a byte with a value
  • $integer (value) - make an interger with a value