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.
You could just use the ASM <> WiiRD convert to get the hex values.
Then you could poke the opcode with that value I guess.
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.
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!