home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
asm
/
barflydemo
/
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