Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
PUAE
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PocketInsanity
  • PUAE
  • Repository

Switch branch/tag
  • puae
  • amiga
  • source
  • mhint.asm
Find file
BlameHistoryPermalink
  • Mustafa 'GnoStiC' TUFAN's avatar
    13.05.2010 · f219eb75
    Mustafa 'GnoStiC' TUFAN authored 15 years ago
    f219eb75
mhint.asm 327 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
	SECTION code
	xdef _mousehackint
_mousehackint:
	moveq.l #1,d0
	jsr.l $F0FF70
	move.l d0,d1
 	moveq.l #2,d0
	jsr.l $F0FF70
	cmp.l (a1),d1
	bne l1
	cmp.l 4(a1),d0
	beq l2
l1:
	move.l d0,4(a1)
	move.l d1,(a1)
	move.l 8(a1),d0
	move.l 12(a1),a1
	move.l 4.w,a6
	jsr -324(a6) ; Signal
l2:
	lea $DFF000,a0
	moveq.l #0,d0
	rts

	END

Replace mhint.asm

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.