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 >
Wrap
Text File
|
1993-03-21
|
223b
|
12 lines
;This example should show the odd stack checking
;ATTENTION..this example can lead to a crash on
;a <68020 system.
;NEVER USE AN ODD STACK!!!!!
move.l a7,d1
bset #0,d1
move.l d1,a7
bclr #0,d1
move.l d1,a7
rts