WiiRd forum

USB Gecko Related => USB Gecko Dev => Topic started by: live2play on August 20, 2009, 11:27:25 PM

Title: Extended Mnemonics for Branch Prediction
Post by: live2play on August 20, 2009, 11:27:25 PM
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.
Title: Re: Extended Mnemonics for Branch Prediction
Post by: Romaap on August 21, 2009, 12:00:12 AM
You could just use the ASM <> WiiRD convert to get the hex values.
Then you could poke the opcode with that value I guess.
Title: Re: Extended Mnemonics for Branch Prediction
Post by: live2play on August 21, 2009, 02:32:12 PM
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.
Title: Re: Extended Mnemonics for Branch Prediction
Post by: Link on August 23, 2009, 02:36:10 PM
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!