List Of Instructions - Gip-Gip/LASM GitHub Wiki

Currently Implemented

List of instructions LASM actually understands

  • jump (address) (optional operator) (optional modifier) - "jump" to a location in memory

In Development

List of instructions that are in development

  • increment - increment a value at a location in memory
  • decrement - decrement a value at a location in memory
  • add - add a value to a location in memory
  • subtract - subtract a value from a location in memory
  • if - if a value is greater than, less than, or equal to a value located in memory, do next instruction