home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
powerd
/
lib
/
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