source:
vital-to8-sdk/mc09/src/README
@
1
Last change on this file since 1 was 1, checked in by , 6 years ago | |
---|---|
File size: 378 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | Micro-C is a subset of C compiler. It compiles everything |
2 | in 1 pass. | |
3 | ||
4 | Major limitations compared to standard C compilers are: | |
5 | 1) no float or double | |
6 | 2) no bit field | |
7 | 3) limited pre-processor capability (use 'cpp' of UNIX if necessary) | |
8 | 4) no real long (long is only 2 bytes long) | |
9 | ||
10 | Non standard features: | |
11 | 1) #asm and #endasm construction (dangerous, use only after ';' or '}') |
Note: See TracBrowser
for help on using the repository browser.