mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
small cleanup
This commit is contained in:
parent
d614fc4e64
commit
24198a9ebb
@ -83,7 +83,6 @@ show:
|
|||||||
|
|
||||||
; Move the mouse cursor x position to the value in A/X.
|
; Move the mouse cursor x position to the value in A/X.
|
||||||
movex:
|
movex:
|
||||||
cpx #0
|
|
||||||
cpx #1
|
cpx #1
|
||||||
ror a
|
ror a
|
||||||
lsr a ; convert to character position
|
lsr a ; convert to character position
|
||||||
|
Loading…
Reference in New Issue
Block a user