Skip to content

Add fallback C code for inline ASM code#855

Merged
fjtrujy merged 1 commit into
ps2dev:masterfrom
uyjulian:asm_alt_c
Jun 2, 2026
Merged

Add fallback C code for inline ASM code#855
fjtrujy merged 1 commit into
ps2dev:masterfrom
uyjulian:asm_alt_c

Conversation

@uyjulian

Copy link
Copy Markdown
Member

For readability and future when MMI and VU0 get implemented in compiler

Comment thread ee/graph/src/graph_mode.c
:"=r" (loops_total)
:"0" (loops_total), "r" (loops_end));
#else
for (; loops_total < loops_end; loops_total += 1);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if we should actually remove this piece of code... and use the existing sleep functionality...

@fjtrujy
fjtrujy merged commit 2431e4f into ps2dev:master Jun 2, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants