Artifact 9a47ea0d25cc46caa13bacdbee78ded00f6bc64b:
- File ffcall/trampoline/proto-powerpc-macos.s — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 362) [annotate] [blame] [check-ins using]
- File ffcall/trampoline/proto-rs6000-macos.s — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 362) [annotate] [blame] [check-ins using]
.text .align 2 .globl _tramp _tramp: mflr r0 lis r11,0x1234 stw r0,8(r1) lis r9,0x7355 lis r0,0xbabe ori r11,r11,22136 ori r0,r0,48832 ori r9,r9,18193 mtlr r0 stw r31,-4(r1) stwu r1,-80(r1) stw r9,0(r11) blrl addi r1,r1,80 lwz r0,8(r1) lwz r31,-4(r1) mtlr r0 blr .align 2 .globl _jump _jump: lis r0,0xbabe ori r0,r0,48832 mtctr r0 bctr