Skip to content

History / Assembly language

Revisions

  • Remove old references to `.utf32` In https://github.com/kulp/tenyr/commit/ff82e04e8a6efa373585c7ff61f607d0b021761b all references to UTF-32 and the `.utf32` directive were meant to be removed.

    @kulp kulp committed Dec 26, 2020
  • Replace references to rel with `@+`

    @kulp kulp committed Sep 9, 2020
  • Remove references to `//` and `/*` comments We were also incorrectly stating that there was no line continuation character, when there actually was, until recently. Comment syntax is being simplified to `#`-style comments only, with no line-continuation.

    @kulp kulp committed Aug 4, 2020
  • Clarify description of symbol addresses

    @kulp kulp committed Aug 4, 2020
  • Add newlines at the end of files missing them

    @kulp kulp committed Aug 4, 2020
  • Supply missing close-parenthesis

    @kulp kulp committed Aug 12, 2015
  • Type3 has 20-bit immediates now, not 24-bit

    @kulp kulp committed Aug 6, 2015
  • Operation code 4 is no longer reserved

    @kulp kulp committed Aug 6, 2015
  • Switching to new type3 format

    @kulp kulp committed Feb 24, 2015
  • Since kulp/tenyr@8b277b5, precedence is implemented

    @kulp kulp committed Feb 11, 2015
  • Minor tweaks for consistency

    @kulp kulp committed Jan 26, 2015
  • Now asm/disasm round trips are perfect

    @kulp kulp committed Jan 26, 2015
  • Improve wording about syntax sugar

    @kulp kulp committed Jan 22, 2015
  • Renumber ops

    @kulp kulp committed Jan 22, 2015
  • Make >> the arithmetic shift

    @kulp kulp committed Jan 22, 2015
  • Replace <> operator with @

    @kulp kulp committed Jan 22, 2015
  • Switching `^~` to `|~` in wiki

    @kulp kulp committed Jan 22, 2015
  • Deduplicate and refactor documentation

    @kulp kulp committed Dec 28, 2014
  • Clarify wording, show syntax sugars

    @kulp kulp committed Jul 20, 2014
  • Changing > to >=, adding .utf32, supporting type2

    @kulp kulp committed Jul 20, 2014
  • Clarify examples ; demonstrate elided operands

    @kulp kulp committed Sep 8, 2012
  • Update language description for changes in progress

    @kulp kulp committed Aug 21, 2012
  • Update ops which had gotten rather stale (&~ impl still coming)

    @kulp kulp committed Aug 11, 2012
  • The assembler has warned about too-long immediates since 220601a

    @kulp kulp committed Jul 16, 2012
  • Strike incorrect stricture ; eliminate focus on case

    @kulp kulp committed May 23, 2012
  • Clarify constraints on immediates

    @kulp kulp committed May 9, 2012
  • Remove obsolete reference to operand limitations

    @kulp kulp committed May 9, 2012
  • Update requirements for labels (symbols)

    @kulp kulp committed Apr 27, 2012
  • Mend wording around sign-extension of immediates

    @kulp kulp committed Apr 26, 2012
  • Match new instruction formats ; update op descs

    @kulp kulp committed Feb 4, 2012