Skip to content

Commit cc2877a

Browse files
committed
apps updated
1 parent 31d6333 commit cc2877a

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.06.30
1+
2024.07.03

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming
44

5+
* ez80asm updated to 1.8 version
6+
57
* Buffered read input can be interrupted with ESC key(with application shutdown)
68

79
* Applications directory added

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ After this you'll have possibility run CP/M applications with `zinc` command lik
1313
zinc mbasic test
1414
```
1515

16-
You shouldn't specify file extension for executable file(`.com` will be added automatically) and directory should no contain files with long file names.
16+
You shouldn't specify file extension for executable file(`.com` will be added automatically) and directory should no contain files with long file names.
17+
18+
**NB!** Please don't specify file names with path. It should be executed in directory where CP/M files are(current directory will be used as emulated disk drive).
1719

1820
### Using UART1 from CP/M Applications
1921

@@ -63,6 +65,8 @@ It also allows disable(and re-enable terminal emulation routines) with `27, 255`
6365

6466
Honestly, I think It will be easier port it to MOS than fix execution under ZINC.
6567

68+
* Buffered input can be interrupted with ESC with application termination(instead CTRL+C in vanilla CP/M)
69+
6670
## Development
6771

6872
You should use fresh version of [agon-ez80asm](https://github.com/envenomator/agon-ez80asm) for building system.

apps/3rd-party/kermit/kermit.com

-28.9 KB
Binary file not shown.

apps/3rd-party/z80asm/z80asm.com

24.5 KB
Binary file not shown.

apps/esp8266/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ It's important setup your UART speed settings to same mode as ESP8266 module via
44

55
All tools working via IOBYTE.
66

7+
Examples are built with Z80ASM(can be found in `3rd-party` directory).
8+
79
## esprst.com - resets your ESP8266 module
810

9-
Just resets your module and closes all opened connections
11+
Just resets your module and closes all opened connections.
12+
13+
Simplest example - how to work with UART1 via ZINC.
1014

1115
## dial.com
1216

0 commit comments

Comments
 (0)