home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / barfly / source_debug / stackoddtest.s < prev    next >
Text File  |  1977-12-31  |  223b  |  12 lines

  1. ;This example should show the odd stack checking
  2. ;ATTENTION..this example can lead to a crash on
  3. ;a <68020 system.
  4. ;NEVER USE AN ODD STACK!!!!!
  5.     move.l    a7,d1
  6.         bset    #0,d1
  7.     move.l    d1,a7
  8.     bclr    #0,d1
  9.     move.l    d1,a7
  10.     rts
  11.  
  12.