Advertisement
vladikcomper

Advanced Error Handler - Vector Table Example

Apr 4th, 2016
692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Vectors:    dc.l Stack, EntryPoint, BusError, AddressError
  2.         dc.l IllegalInstr, ZeroDivide, ChkInstr, TrapvInstr
  3.         dc.l PrivilegeViol, Trace, Line1010Emu, Line1111Emu
  4.         dc.l ErrorExcept, ErrorExcept, ErrorExcept, ErrorExcept
  5.         dc.l ErrorExcept, ErrorExcept, ErrorExcept, ErrorExcept
  6.         dc.l ErrorExcept, ErrorExcept, ErrorExcept, ErrorExcept
  7.         dc.l ErrorExcept, ErrorTrap, ErrorTrap, ErrorTrap
  8.         dc.l HBlank,    ErrorTrap, VBlank, ErrorTrap
  9.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  10.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  11.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  12.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  13.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  14.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  15.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
  16.         dc.l ErrorTrap, ErrorTrap, ErrorTrap, ErrorTrap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement