* as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
[fw/sdcc] / as / mcs51 /
2001-01-08 kvigorInfinite loop in getst
2001-01-04 jtvolpeMS VC6 Port
2000-11-09 stevewilliams Handle . characters in library paths.
2000-11-09 stevewilliams Get datadir from configure.
2000-10-17 vavfixed assemblers & linker: now works with CygWin's...
2000-10-17 vav *fixed problem with non-existent error messages about...
2000-10-03 kvigorundo unistd.h; restores Cygwin & BC++ functionality
2000-10-02 kvigorminor cleanup: rename link() to link_main() to avoid...
2000-09-29 kvigorreplace obsolete prototypes with stdlib.h
2000-09-20 kvigorreplace bubble sorts (believe it or not) with qsort...
2000-09-20 kvigoruncomment warnings for relative jumps out of range
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-08 kvigorMore 24 bit flat mode support: handles "expr >> 16...
2000-02-06 kvigorAdd 24 bit flat mode support for DS80C390 to assembler...
2000-01-31 drdaniFix a warning
2000-01-17 michaelhInitial revision