blob: a7dbdfa6cab613c523a3e3993dac76b6b061262a (
plain)
1
2
3
4
5
6
7
8
|
;; 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
.endscope
|