disasm: clipping comments

This commit is contained in:
Joshua Bell 2019-01-26 10:38:51 -08:00
parent 79a3aaf27e
commit 250ba76c91

View File

@ -2688,7 +2688,6 @@ check_scrollbars:
;; Cases 3/6 (and done)
;; icon visible above window?
;; if (win_t > cr_t)
;; . cr_b = win_t
vert: cmp16 win_t, cr_t
@ -2698,7 +2697,6 @@ vert: cmp16 win_t, cr_t
jmp reclip
;; Cases 1/4 (and done)
;; icon visible below window?
;; if (win_b < cr_b)
;; . cr_t = win_b + 2
;; . vy = win_b + 2
@ -2717,7 +2715,6 @@ vert: cmp16 win_t, cr_t
jmp reclip
;; Case 2
;; obscured by window; just advance
;; cr_l = cr_r
;; vx = cr_r
: lda cr_r