mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 23:25:29 +00:00
Comment fixes by Stefan Haubenthal
git-svn-id: svn://svn.cc65.org/cc65/trunk@3061 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -607,7 +607,7 @@ LINE:
|
|||||||
jsr abs
|
jsr abs
|
||||||
sta NY
|
sta NY
|
||||||
sty NY+1
|
sty NY+1
|
||||||
; if (x2>x1)
|
; if (x2>=x1)
|
||||||
ldx #X2
|
ldx #X2
|
||||||
lda X1
|
lda X1
|
||||||
ldy X1+1
|
ldy X1+1
|
||||||
@@ -620,7 +620,7 @@ LINE:
|
|||||||
; dx = -1;
|
; dx = -1;
|
||||||
@L0243: lda #$ff
|
@L0243: lda #$ff
|
||||||
@L0244: sta DX
|
@L0244: sta DX
|
||||||
; if (y2>y1)
|
; if (y2>=y1)
|
||||||
ldx #Y2
|
ldx #Y2
|
||||||
lda Y1
|
lda Y1
|
||||||
ldy Y1+1
|
ldy Y1+1
|
||||||
|
@@ -605,7 +605,7 @@ LINE:
|
|||||||
jsr abs
|
jsr abs
|
||||||
sta NY
|
sta NY
|
||||||
sty NY+1
|
sty NY+1
|
||||||
; if (x2>x1)
|
; if (x2>=x1)
|
||||||
ldx #X2
|
ldx #X2
|
||||||
lda X1
|
lda X1
|
||||||
ldy X1+1
|
ldy X1+1
|
||||||
@@ -618,7 +618,7 @@ LINE:
|
|||||||
; dx = -1;
|
; dx = -1;
|
||||||
@L0243: lda #$ff
|
@L0243: lda #$ff
|
||||||
@L0244: sta DX
|
@L0244: sta DX
|
||||||
; if (y2>y1)
|
; if (y2>=y1)
|
||||||
ldx #Y2
|
ldx #Y2
|
||||||
lda Y1
|
lda Y1
|
||||||
ldy Y1+1
|
ldy Y1+1
|
||||||
|
Reference in New Issue
Block a user