Extended Mnemonics for Branch Prediction

Started by live2play, August 20, 2009, 11:27:25 PM

Previous topic - Next topic

live2play

Is there any plan to allow WiiRD to recognize the extended mnemonics for branch prediction?  I receive a Syntax Error when ever I try to use mnemonics like bdzfl+ even though they are present in the assembly code in the first place.

Romaap

You could just use the ASM <> WiiRD convert to get the hex values.
Then you could poke the opcode with that value I guess.

live2play

Thanks for the suggestion.  I was thinking the same thing myself although it's a bit more of a pain.  I also found that the "bc" command is detected as a syntax error as well.

Link

That's kinda strange.. WiiRd GUI does not assemble codes itself.. it uses external assemblers.. and basically the same commands the ASM <> WiiRd converter uses.. I'll try to check on that!