Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff, Herben
-
zerocom
- Posts: 12
- Joined: Tue Jun 08, 2004 7:45 am
Post
by zerocom »
Hi,
I'm trying to do some assembler optimisation with gcc 3.2.2, but the qmove instruction seems to be missing? Is this only a gcc 3.2.2 problem?
Bye...
-
mrbrown
- Site Admin
- Posts: 1537
- Joined: Sat Jan 17, 2004 11:24 am
Post
by mrbrown »
There is no "qmove" instruction or macro in the assembler.
What's the optimization you're trying to do?
"He was warned..."
-
zerocom
- Posts: 12
- Joined: Tue Jun 08, 2004 7:45 am
Post
by zerocom »
Found it ...
It's a macro supported by Codewarrior and will be translated as 'ppacb'.
I'm currently making my mpeg2 decoder lib ready for the release...