Search found 1 match

by SubZero9
Sun Jun 18, 2006 4:54 pm
Forum: PS2 Development
Topic: Inline assembly
Replies: 1
Views: 1441

Inline assembly

I've got a problem with the toolchain, where I'm doing something like this: static inline void SetupMatrix (MATRIX mat) { asm __volatile__ ("\n\ lqc2 vf4,0x00(%0)\n\ lqc2 vf5,0x10(%0)\n\ lqc2 vf6,0x20(%0)\n\ lqc2 vf7,0x30(%0)\n\ ": : "r" (mat)); } The compiler is throwing up this...