Releases: rachitdhar/tasm
Releases · rachitdhar/tasm
tasm v2.0.0
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
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)