aboutsummaryrefslogtreecommitdiff
path: root/include/debug.s
blob: 49d2124ad91df2c6390eb8382f3d56f58be971e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; Debug utilities.
.scope Debug
    ;; Counter for frame drops. Only touched when PARTIAL is defined.
    zp_frame_drops = $90        ; asan:ignore

    ;; General purpose counter.
    zp_counter = $91            ; asan:ignore

    ;; A value used for debugging purposes.
    zp_value = $92              ; asan:ignore
.endscope