home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Amiga 14
/
MA_Cover_14.iso
/
source
/
e
/
powerd
/
lib
/
powerd_lib.lha
/
PowerD
/
Mouse.ass
< 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
|
1999-09-18
|
198 b
|
15 lines
xdef _Mouse
_Mouse moveq #0,d0
btst #6,$bfe001
bne.s .noleft
moveq #1,d0
.noleft btst #10,$dff016
bne.s .noright
bset #1,d0
.noright btst #8,$dff016
bne.s .nothing
bset #2,d0
.nothing rts