home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 321.lha / VBR / VBR.doc < prev    next >
Encoding:
Text File  |  1989-12-12  |  763 b   |  13 lines

  1.    Starting with the 68010, the 68xxx family contains a vector base
  2. register (VBR).  This allows the exception vectors to be placed anywhere
  3. in memory.  The default on reset is $0 like the 68000.  By placing the
  4. vectors in fast memory, the contention between the chip memory and
  5. interrupts (serial or audio for example) is removed.  However, those
  6. who choose to write programs that write directly to the vectors without
  7. checking for a VBR, even though they have been warned not to (CBM!), will
  8. cause problems and general not nice stuff.  Any the first time this is
  9. run, it moves the vectors to fast memory if possible. After the first time,
  10. the program will print the address of the vectors.  Enjoy!
  11.  
  12.                                               Brian Gontowski
  13.