You are viewing our Forum Archives. To view or take place in current topics click here.
#201. Posted:
KNGZclanLobbies
  • TTG Master
Status: Offline
Joined: Nov 13, 201013Year Member
Posts: 838
Reputation Power: 34
Status: Offline
Joined: Nov 13, 201013Year Member
Posts: 838
Reputation Power: 34
Good Luck Hope you get it soon
#202. Posted:
TTG_5150
  • Challenger
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 101
Reputation Power: 3
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 101
Reputation Power: 3
I recon you should sell some until it gets leached. If it works you deserve to make a little cash flow off it make sure you post proof though once it is complete so noobs don't flame you . Keep it up bro.
#203. Posted:
WhyPlayLegit
  • TTG Addict
Status: Offline
Joined: Mar 20, 201113Year Member
Posts: 2,261
Reputation Power: 140
Status: Offline
Joined: Mar 20, 201113Year Member
Posts: 2,261
Reputation Power: 140
HighRS wrote Ive almost bypassed the live checks and configured the offsets using advanced PPC...here is just a little sample of the code... if any of you are good with PPC which you probaly arnt...please message me and ill put you in the credits of this.

lbz    rD,d(rA|0) ;register indirect with offset
 lbzx   rD,(rA|0),rB ;register indirect with index
unsigned byte lbz [ u, x ] rD,d(rA)

unsigned half-word lhz [ u, x ] rD,d(rA)

signed half-word lha [ u, x ] rD,d(rA)

unsigned word lwz [ u, x ] rD,d(rA)

rD = -rA neg [ o, . ] rD,rA

rD = rA + SIMM addi < s, c, c. > none rD,rA,SIMM

rD = rA + rB add < c, e > [ o, . ] rD,rA,rB

rD = rA - 1 addme [ o, . ] rD,rA

rD = rA + 0 addze [ o, . ] rD,rA

rD = SIMM - rA subfic none rD,rA,SIMM

rD = rB - rA subf < c, e > [ o, . ] rD,rA,rB

rD = -1 - rA subfme [ o, . ] rD,rA

rD = 0 - rA subfze [ o, . ] rD,rA
 
   cmpwi cr0,r3,0
   cmpwi cr1,r3,10
   3 other instructions
   ble cr0,fail
bgt cr1,fail

   Breakpoint 1, main () at listing1.s:5
5      li 4, 0x10
Current language:  auto; currently asm
(gdb) s
6      li 5, 0x20
(gdb) s
7      add 4, 4, 5
(gdb) p/x $r4
$1 = 0x10
(gdb) p/x $r5
$2 = 0x20
(gdb) s
8      addi 4, 4, 5
(gdb) p/x $r4
$3 = 0x30
(gdb) s
9      stwu 1, -16(1)
(gdb) p/x $r4
$4 = 0x35
(gdb) p/x $r1
$5 = 0x7ffff8e0
(gdb) x/4xb 0x7ffff8e0-16
0x7ffff8d0:   0x7f   0xff   0xf9   0x44
(gdb) s
main () at listing1.s:10
10      addi 1, 1, 16
(gdb) p/x $r1
$6 = 0x7ffff8d0
(gdb) x/4xb $r1
0x7ffff8d0:   0x7f   0xff   0xf8   0xe0
(gdb) p/x $lr
$7 = 0xfebf100
(gdb) s
main () at listing1.s:11
11      blr
(gdb) s
0x0febf100 in __libc_start_main () from /lib/libc.so.6

      (gdb) disas main
Dump of assembler code for function main:
0x100003d0 <main+0>:   li   r4,16
0x100003d4 <main+4>:   li   r5,32
0x100003d8 <main+8>:   add   r4,r4,r5
0x100003dc <main+12>:   addi   r4,r4,5
0x100003e0 <main+16>:   blr
lis r9, 4097
addi r0, r9, 2216
lis 9, i@ha
la 0, i@l(9)

If I knew how to help I would... But I dont even know what PPC is..
#204. Posted:
Stance
  • TTG Senior
Status: Offline
Joined: Aug 30, 201013Year Member
Posts: 1,669
Reputation Power: 73
Status: Offline
Joined: Aug 30, 201013Year Member
Posts: 1,669
Reputation Power: 73
Dude I say sell it first for about a month or so, so that payed for it could get some money out of it from hosting.

Thats if you get it working, but from the looks of it, it looks like your going to soon!
#205. Posted:
neildee250
  • Powerhouse
Status: Offline
Joined: Sep 12, 201013Year Member
Posts: 438
Reputation Power: 15
Status: Offline
Joined: Sep 12, 201013Year Member
Posts: 438
Reputation Power: 15
Nice to see someone earthed and thinking of helping for real
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.