Skip to content

Releases: tryhardsnipehrd/TryhardASM

THL V1.1.0

28 Dec 21:50
Compare
Choose a tag to compare

Added OUT and INP commands, this is now a completely useable language. It is not documented yet, but will be soon... ish

THL V1.0.1

22 Nov 16:33
d1f5e79
Compare
Choose a tag to compare

Fixed the LBL bug, now works as expected.

Labels are now assigned before anything else is done, allowing for flow commands to go to any label in code.

THL V1.0

19 Nov 15:38
7c641e6
Compare
Choose a tag to compare

First release! Docs are still in works, so please read the interpreter.cpp file before going ham.