Rev 2511 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2511 | Rev 2519 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | 29 | ||
| 30 | #include <stack.h> |
30 | #include <stack.h> |
| 31 | 31 | ||
| 32 | .text |
32 | .text |
| 33 | 33 | ||
| 34 | .global halt |
- | |
| 35 | .global memcpy |
- | |
| 36 | .global jump_to_kernel |
34 | .global jump_to_kernel |
| 37 | 35 | ||
| 38 | halt: |
- | |
| 39 | - | ||
| 40 | memcpy: |
- | |
| 41 | - | ||
| 42 | jump_to_kernel: |
36 | jump_to_kernel: |
| 43 | alloc loc0 = ar.pfs, 1, 1, 0, 0 |
37 | alloc loc0 = ar.pfs, 1, 1, 0, 0 |
| 44 | movl r8 = 0x4404000;; |
38 | movl r8 = 0x4404000;; |
| 45 | mov b1 = r8 ;; |
39 | mov b1 = r8 ;; |
| 46 | mov r1 = in0; |
40 | mov r1 = in0; |