Rev 3169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3169 | Rev 3588 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | # %r4 contains pcb |
34 | # %r4 contains pcb |
35 | # |
35 | # |
36 | # Jump to a program entry point |
36 | # Jump to a program entry point |
37 | program_run: |
37 | program_run: |
38 | mtctr %r3 |
38 | mtctr %r3 |
39 | mr %r3, %r4 # Pass pcb to the entry point in %r3 |
39 | mr %r6, %r4 # Pass pcb to the entry point in %r6 |
40 | bctr |
40 | bctr |