View Single Post
Old 19 May 2009, 16:12   #2
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Code:
	move.l	#1<<12,d1		; SIGBREAKF_CTRL_C
	move.l	DOSbase(a5),a6
	jsr	_LVOCheckSignal(a6)
	tst.l	d0
	beq.b	.nobreak
; break signal received here.
	nop

.nobreak
	rts
StingRay is offline  
 
Page generated in 0.05121 seconds with 11 queries