source: latest/examples/soclib_date04/timer4_gmn_handmade/soft/procnum.s @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 185 bytes
Line 
1.text
2.align 2
3.globl procnum
4.ent procnum
5.set noreorder
6
7procnum:
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.