summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-5/+0
| | | | | * start/start.S: Removed incorrect statement about copyright assignment.
* 2001-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-301-1/+1
| | | | | | * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense of conditional so cpu32 does not attempt to use 68000 style interrupt vectoring.
* 2001-06-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-06-191-1/+1
| | | | | * start/start.S: Reverse sense of conditional compilation so the code will compile for a cpu32.
* 2001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-031-1/+3
| | | | | * start/start.S: Added space for vectors on CPU32 configuration. * startup/bspstart.c: Fixed typo.
* 2000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-271-0/+2
| | | | | | * start/start.S, startup/bspstart.c: Not functional for CPU32 but hopefully will compile now and give a warning saying that the CPU32 variant needs work.
* Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2000-08-011-0/+416
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.