source:
sources/examples/soclib_date04/timer4_gmn_handmade/soft/procnum.s
@
45
| Last change on this file since 45 was 1, checked in by , 18 years ago | |
|---|---|
| File size: 185 bytes | |
| Line | |
|---|---|
| 1 | .text |
| 2 | .align 2 |
| 3 | .globl procnum |
| 4 | .ent procnum |
| 5 | .set noreorder |
| 6 | |
| 7 | procnum: |
| 8 | mfc0 $2, $0 |
| 9 | nop /* 2 delayed after mfc0 */ |
| 10 | nop |
| 11 | j $31 |
| 12 | nop |
| 13 | |
| 14 | .end procnum |
| 15 | |
| 16 | .set reorder |
| 17 |
Note: See TracBrowser
for help on using the repository browser.
