Page 1 of 1

GRAPH_draw_rect in the ROM, Set CARRY

Posted: Thu Apr 11, 2024 8:56 am
by funkheld
Hi good afternoon.

Is this "c" = Set Carry please?

Thanks.

---------------------------------------------
GRAPH_draw_rect
;
; Pass: r0 x
; r1 y
; r2 width
; r3 height
; r4 corner radius [TODO]
; c 1: fill
---------------------------------------------

Re: GRAPH_draw_rect in the ROM, Set CARRY

Posted: Thu Apr 11, 2024 10:06 am
by JimmyDansbo
funkheld wrote: Thu Apr 11, 2024 8:56 am Is this "c" = Set Carry please?
GRAPH_draw_rect
; Pass: r0 x
...
; c 1: fill
That is correct, you set Carry to fill the rectangle

Re: GRAPH_draw_rect in the ROM, Set CARRY

Posted: Thu Apr 11, 2024 11:30 am
by funkheld
hello thanks.

greeting.