I'm proud to announce my new website, where are uploaded all my software projects:
www.floppysoftware.es
The old url is not valid now, please, update your links.
Thanks, and sorry if any inconvenience.
This is my blog dedicated to the world of the CP/M OS, the Z80 CPU, the AMSTRAD PCW computer and related subjects.
Wednesday, September 9, 2015
Friday, September 4, 2015
New release of MESCC: v1.08 - 04 Sep 2015
It's available a new release of MESCC: v1.08 - 04 Sep 2015.
It has only a small change, that will enable (optionally) the support for directory names, under CP/M.
See the library cpm.h for more details.
It has only a small change, that will enable (optionally) the support for directory names, under CP/M.
See the library cpm.h for more details.
Labels:
C Programming,
MESCC,
Small C,
Z80
SamaruX and directory names
SamaruX has now support for directory names.
With the use of the new built-in command diralias, you can reference a directory (a drive and user specification) with a name.
I.E.:
diralias root a0:
diralias temp m0:
diralias mescc a3:
cat mescc:sx.c | more
ls root:*.x
cd root:
It's a good idea to include the diralias commands in you SamaruX profile.
With the use of the new built-in command diralias, you can reference a directory (a drive and user specification) with a name.
I.E.:
diralias root a0:
diralias temp m0:
diralias mescc a3:
cat mescc:sx.c | more
ls root:*.x
cd root:
It's a good idea to include the diralias commands in you SamaruX profile.
Subscribe to:
Posts (Atom)