home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
dev
/
gcc
/
libnixV0_8.lha
/
gnu
/
libnix-sources.lha
/
sources
/
amiga
/
misc
/
SetSuperAttrs.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-12
|
330 b
|
25 lines
asm("
.text
.globl _SetSuperAttrs
_SetSuperAttrs: movel a2,sp@-
moveml sp@(8:W),a0/a2
movel a2,d0
beqs L_Null
movel a0,d0
beqs L_Null
clrl sp@-
pea sp@(20:W)
pea 259:W
movel sp,a1
movel sp@(24:W),a0
jbsr L_Invoke
lea sp@(12:W),sp
L_Null: movel sp@+,a2
rts
L_Invoke: movel a0@(8:W),sp@-
rts
");