Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
59 additions
and 16 deletions.
- +1 −0 CHANGELOG.md
- +9 −0 docs/ops/controlflow.toml
- +14 −0 docs/whats_new.md
- +5 −3 module/flash.c
- +1 −1 module/flash.h
- +2 −1 module/help_mode.c
- +4 −3 module/main.c
- +1 −1 module/preset_r_mode.c
- +1 −1 module/usb_disk_mode.c
- +1 −1 simulator/tt.c
- +1 −0 src/match_token.rl
- +13 −1 src/ops/controlflow.c
- +1 −0 src/ops/controlflow.h
- +2 −2 src/ops/op.c
- +1 −0 src/ops/op_enum.h
- +1 −1 src/teletype_io.h
- +1 −1 tests/main.c