hmm
This commit is contained in:
parent
9cbcf1cb5a
commit
6fc07b9e65
1 changed files with 2 additions and 1 deletions
1
mandel.s
1
mandel.s
|
@ -555,6 +555,7 @@ zero_byte_loop:
|
||||||
cmp #.hibyte(framebuffer_end)
|
cmp #.hibyte(framebuffer_end)
|
||||||
bne zero_page_loop
|
bne zero_page_loop
|
||||||
|
|
||||||
|
; Status bar
|
||||||
draw_text 0, str_self_len, str_self
|
draw_text 0, str_self_len, str_self
|
||||||
draw_text 40 - str_run_len, str_run_len, str_run
|
draw_text 40 - str_run_len, str_run_len, str_run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue