Skip to content

Version 1.5

Compare
Choose a tag to compare
@informedcitizenry informedcitizenry released this 24 Oct 18:00
· 336 commits to master since this release

What's New In Version 1.5

New Features

6502.Net now supports redefinable variables and for-next style loop assembly.

  • A new directive .var assigns a value to a variable. The variable can either be newly declared or an existing variable.
  • The directives .for and .next allows tracking of iteration of assembly repetitions inside a declared variable and optionally allows the source to .break from the loop (e.g., a certain condition is met).