home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / Source_Debug / StackODDTest.S < prev    next >
Text File  |  1993-03-21  |  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.