source: vital-to8-sdk/mc09/src/README @ 1

Last change on this file since 1 was 1, checked in by svn, 5 years ago

Import initial

File size: 378 bytes
Line 
1Micro-C is a subset of C compiler. It compiles everything
2in 1 pass.
3
4Major 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
10Non standard features:
11        1) #asm and #endasm construction (dangerous, use only after ';' or '}')
Note: See TracBrowser for help on using the repository browser.