You need to use the same condition register as the compare for the branch.
so blt- cr7,0x800035A4
so blt- cr7,0x800035A4
Already tried that. But nothing happened. Removing "cr7" from the syntax solved the problem
WiiRd forum |
![]() |
March 15, 2025, 04:31:19 PM
![]() |
|||
|
News: Welcome on the new server Update 4.3 - do NOT update! Gecko 1.9.3.1 Should I get a USB Gecko, I wanna hack? How do I use my USB Gecko Where can I get WiiRd? |
Home | CODE DATABASE | GAMEHACKING | Help | Search | Login | Register |
1
on: June 15, 2015, 05:16:51 PM
|
||
Started by CosmoCortney - Last post by CosmoCortney | ||
You need to use the same condition register as the compare for the branch. so blt- cr7,0x800035A4 Already tried that. But nothing happened. Removing "cr7" from the syntax solved the problem |
2
on: June 14, 2015, 01:56:33 PM
|
||
Started by CosmoCortney - Last post by wiiztec | ||
You need to use the same condition register as the compare for the branch.
so blt- cr7,0x800035A4 |
3
on: June 13, 2015, 02:13:08 PM
|
||
Started by Link - Last post by Fighter19 | ||
According to the manual you should be able to store cookies in a file, you'd just need to extract them from your browser while being logged in and downloading the private sites should work (I think).
|
4
on: June 13, 2015, 04:26:14 AM
|
||
Started by CosmoCortney - Last post by CosmoCortney | ||
Hi,
I'm have made an assembly code to permanently store a value if another value is smaller than 0xA00. If it is greater than 0XA00 another (default) value is written. The problem is that the comparison does not seem to be working properly. Code: . . . lis r8, 0x803D /* load address of the growing ori r8, r8, 0x1F48 integer into r8 */ lwz r10, 0 (r8) // load growing Int from address in r8 (803D1F48) into r10 lis r8, 0x804C /* load address ori r8, r8, 0xB4EC i want to write at */ cmpwi cr7, r10, 0xA00 // Compare r10 with 0xA00 ? blt- 0x800035A4 // goto 800035A4 if r10 is lower than 0xA00 ? lis r9, 0x3B40 . . . when r10 is lower than 0xa00 the execution does not jump to 800035A4. Any idea what's wrong here? |
5
on: May 26, 2015, 11:21:55 AM
|
||
Started by Link - Last post by Bully@Wiiplaza | ||
Httrack seemed to work good enough, now I have a virtual copy of Geckocodes and Wiird. Both together was about 7.5gb Yes, I also had good experiences with HTTrack (https://www.httrack.com/) by mirroring my website just in case to keep it all backed up. Obviously it won't work for the "private" sections. ![]() |
6
on: May 20, 2015, 04:58:14 AM
|
||
Started by Link - Last post by Arudo | ||
That's pretty impressive.
|
7
on: May 18, 2015, 10:59:59 PM
|
||
Started by Link - Last post by Thomas83Lin | ||
It's one of those website archiver site dealies. Httrack seemed to work good enough, now I have a virtual copy of Geckocodes and Wiird. Both together was about 7.5gb |
8
on: May 17, 2015, 10:08:18 PM
|
||
Started by Link - Last post by Arudo | ||
It's one of those website archiver site dealies.
|
9
on: May 17, 2015, 11:43:18 AM
|
||
Started by Link - Last post by Thomas83Lin | ||
Doesn't that Webarchive or whatever work fairly well to save/store webpages? is that a program or one of them archived website sites? I was trying the HTTrack, but looking for a better solution. |
10
on: May 15, 2015, 10:20:00 PM
|
||
Started by Link - Last post by Arudo | ||
Doesn't that Webarchive or whatever work fairly well to save/store webpages?
|