* as/mcs51/asdata.c: changed ctype['['] to BINOP
[fw/sdcc] / as / mcs51 / lkmain.c
2005-08-22 maartenbrock* as/mcs51/asdata.c: changed ctype['['] to BINOP
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-04-22 epetrich* link/z80/lkmain.c (afile),
2004-04-21 epetrich* link/z80/lkmain.c (afile): allow periods in directory...
2004-02-18 jesuscAdded options --stack-size and --pack-iram
2004-01-06 jesuscFixed gcc warnings, and added help about -Y option
2004-01-06 jesuscstack must be after data when option -Y is not used...
2004-01-04 jesuscLinker places variables in unused register banks. ...
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-25 jesuscAdded execution time functions for win32
2003-07-03 jesuscproperly handle extensions in function afile
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-11 jesuscAdded ASlink-Warning to messages
2003-01-29 jesuscAdded option --code-size and --xram-size
2002-12-11 jesuscWhen generating aomf51 file, corrected bug in static...
2002-12-11 jesuscAdded support to generate aomf51 file. (Basic Intel...
2002-09-04 jesuscCreation of default areas. Improved memory usage....
2001-10-24 bernhardheldremove output of empty line
2001-10-12 bernhardheldreplace FILENAME_MAX with PATH_MAX
2001-08-26 bernhardheldIncreased buffer size for regression tests:
2001-04-20 jtvolpeCleaned up MSVC specific stuff
2001-02-07 johanknola first small step to cross the 64k barrier
2001-02-04 jtvolpeNew Memory Allocation functions
2001-01-09 kvigorrename addr_t type to Addr-T to avoid conflict with...
2001-01-04 jtvolpeMS VC6 Port
2000-10-03 kvigorundo unistd.h; restores Cygwin & BC++ functionality
2000-10-02 kvigorminor cleanup: rename link() to link_main() to avoid...
2000-02-06 kvigorAdd 24 bit flat mode support for DS80C390 to assembler...
2000-01-17 michaelhInitial revision