-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
28 lines (18 loc) · 882 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CMOC - A 6809-generating cross-compiler for a subset of the C language
Home page: http://sarrazip.com/dev/cmoc.html
License
See the file COPYING. Note that it does not apply to the files
under src/usim-0.91-cmoc.
Installation
See the file INSTALL. CMOC requires LWTOOLS and works under a
Unix-like operating system. See the home page for details.
Automake
To do CMOC development, GNU Automake 1.12 or later is required
(previous versions generate src/parser.h instead of src/parser.hh).
Documentation
See doc/cmoc-manual.markdown. If the `markdown' preprocessor is
installed, then after running the configure script, `make html'
in the top source directory will generate doc/cmoc-manual.html,
which will include a table of contents.
A description of the implementation is also available in
doc/cmoc-implementation.markdown.