mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
align comment to the same column
This commit is contained in:
parent
a86133bb57
commit
f2d25348db
@ -43,19 +43,19 @@ _mouse_def_callbacks:
|
||||
|
||||
.data
|
||||
|
||||
cursor = 11 ; '+' screen code'
|
||||
cursor = 11 ; '+' screen code'
|
||||
|
||||
; setcursor
|
||||
|
||||
getcursor:
|
||||
column: ldy #$00 ; Patched at runtime
|
||||
lda (scrptr),y ; Patched at runtime
|
||||
lda (scrptr),y ; Patched at runtime
|
||||
cmp #cursor
|
||||
rts
|
||||
|
||||
setcursor:
|
||||
lda #cursor
|
||||
setscr: sta (scrptr),y ; Patched at runtime
|
||||
setscr: sta (scrptr),y ; Patched at runtime
|
||||
rts
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user