diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-07-18 18:32:09 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-07-18 18:32:09 -0400 |
| commit | 9a216e4f48eb0e8738e4e85b33407c179ca1e37f (patch) | |
| tree | d452a01fe4f8e1f14841af487d3eefa441ddc272 /tnslc/tnslc.tnsl | |
| parent | adbb54fc81905ae43f8c2b3ee11aff2eed30e653 (diff) | |
[tnslc] Fixes for bitwise ops
Diffstat (limited to 'tnslc/tnslc.tnsl')
| -rw-r--r-- | tnslc/tnslc.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index fb689b4..d21e8a9 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -5,7 +5,7 @@ ~uint8 DEFAULT_FOUT = "out.asm\0" ~uint8 USAGE = " -TNSLC v0.7.5 (C) 2026 CircleShift (MPL 2.0) +TNSLC v0.7.6 (C) 2026 CircleShift (MPL 2.0) usage: tnslc [options] (file in) @@ -55,6 +55,7 @@ options: return 1 ;/ fout.init(argv{arg_counter}) + arg_counter++ ;; else _printf(USAGE) return 1 |