home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
utilities
/
cli
/
mousetest
/
testlmb.asm
< 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
Assembly Source File
|
1994-06-24
|
201 b
|
13 lines
; TestLMB by Ed Mackey
; Returns WARN if LMB is pressed.
moveq #0,d0
move.b $BFE001,d1
btst #6,d1
bne nope
moveq #5,d0
nope: rts
END