home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 4: Demo 1
/
almathera_demo1.bin
/
sourcecode
/
german
/
key.s
< prev
next >
Wrap
Text File
|
1995-03-17
|
364b
|
31 lines
holdkey:move.b $bfec01,d0
move.b #$ff,d1
sub.b d0,d1
ror.b #1,d1
rts
start1:
jsr holdkey
cmp.b #$4c,d1
beq hoch
cmp.b #$4d,d1
beq runter
cmp.b #$4f,d1
beq links
cmp.b #$4e,d1
beq rechts
jmp start1
hoch:
move.w #$f00,co0
bra start1
runter:
move.w #$0f0,co0
bra start1
links:
move.w #$00f,co0
bra start1
rechts:
move.w #$fff,co0
bra start1