home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_03 / 1003028a < prev    next >
Text File  |  1992-01-14  |  394b  |  22 lines

  1.     .
  2.     .
  3.     .
  4. xref    start 
  5. xref    aerr
  6. xref    berr 
  7. xref    illegal 
  8. xref    div0
  9.       
  10. ORG    0
  11.       
  12. vctr000    dc.l    STACKTOP     * the top of the stack
  13. vctr001    dc.l    start     * the startup code address
  14. vctr002    dc.l    aerr     * the address error vector
  15. vctr003    dc.l    berr     * the bus error vector
  16. vctr004    dc.l    illegal     * the illegal instruction vector
  17. vctr005    dc.l    div0     * the divide by 0 vector
  18.     .
  19.     .
  20.     .
  21.  
  22.