start: move.w #$2500,$50 ; halt command to channel attn: move.b #0,$ff00ef ; send controller attention loop: move.b $51,d0 beq loop ; wait for dj status bra start end