GRAPH_draw_rect in the ROM, Set CARRY

All aspects of programming on the Commander X16.
Post Reply
funkheld
Posts: 322
Joined: Mon Feb 26, 2024 11:11 am

GRAPH_draw_rect in the ROM, Set CARRY

Post 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
---------------------------------------------
User avatar
JimmyDansbo
Posts: 476
Joined: Sun Apr 26, 2020 8:10 pm
Location: Denmark
Contact:

Re: GRAPH_draw_rect in the ROM, Set CARRY

Post 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
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
funkheld
Posts: 322
Joined: Mon Feb 26, 2024 11:11 am

Re: GRAPH_draw_rect in the ROM, Set CARRY

Post by funkheld »

hello thanks.

greeting.
Post Reply