Search found 3 matches
- Sun Jan 20, 2008 10:43 am
- Forum: PSP Development
- Topic: Inline ASM
- Replies: 4
- Views: 1550
- Sat Jan 19, 2008 11:36 pm
- Forum: PSP Development
- Topic: Inline ASM
- Replies: 4
- Views: 1550
- Sat Jan 19, 2008 8:01 pm
- Forum: PSP Development
- Topic: Inline ASM
- Replies: 4
- Views: 1550
Inline ASM
Hi ! I'm playing with a C program which I want to move some parts to inline ASM. I'm trying to call C functions from ASM, I've tried something like this : void doSomeStuff() { //.......; } void test() { void (*pFunction)&...