Skip to content

Releases: rachitdhar/tasm

tasm v2.0.0

31 Aug 14:21
95e4d03

Choose a tag to compare

TASM v2

Changes:

  • Added labels and call stack
  • Added dereferencing capability
  • Now instructions and labels are all case-sensitive (instructions can only be in lowercase)
  • Data types are stored as bytes in the blocks instead of as instructions
  • I_STEAL and I_BURN instructions have been removed from the Turing machine
  • Increased instruction memory size from 1024 to 100K
  • Fixed a few bugs

Download the zip file, containing tasm.exe

tasm v1.0.0

28 Aug 07:51

Choose a tag to compare

First version of the TASM assembler.
Download the zip file, and use tasm.exe to assemble + run your .tasm files.

Zip contains:

  • tasm
  • INSTRUCTION_SET.txt
  • examples (tasm files that can be run for learning/testing purposes)