hmm
This commit is contained in:
parent
9cbcf1cb5a
commit
6fc07b9e65
1 changed files with 2 additions and 1 deletions
3
mandel.s
3
mandel.s
|
@ -54,7 +54,7 @@ str_speed:
|
||||||
.byte "ms/px"
|
.byte "ms/px"
|
||||||
str_speed_end:
|
str_speed_end:
|
||||||
str_run:
|
str_run:
|
||||||
.byte "RUN "
|
.byte " RUN"
|
||||||
str_run_end:
|
str_run_end:
|
||||||
str_done:
|
str_done:
|
||||||
.byte "DONE"
|
.byte "DONE"
|
||||||
|
@ -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