Change MOVE routine calling conventions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2965 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -9,16 +9,15 @@
|
||||
; */
|
||||
;
|
||||
|
||||
.import ptr1: zp
|
||||
.import incsp2
|
||||
.import ptr1: zp
|
||||
|
||||
.include "mouse-kernel.inc"
|
||||
|
||||
.proc _mouse_move
|
||||
|
||||
sta ptr1
|
||||
stx ptr1+1 ; Store x into ptr1
|
||||
jsr popax
|
||||
jmp mouse_move ; Call the driver
|
||||
jsr mouse_move ; Call the driver
|
||||
jmp incsp2 ; Drop the parameter
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user