mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-21 02:34:03 +00:00
disasm: clipping comments
This commit is contained in:
parent
79a3aaf27e
commit
250ba76c91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user