1: / profil
   2: 
   3: .globl  _profil
   4: .prof = 44.
   5: 
   6: _profil:
   7:         mov     r5,-(sp)
   8:         mov     sp,r5
   9:         mov     4(r5),0f
  10:         mov     6(r5),0f+2
  11:         mov     10(r5),0f+4
  12:         mov     12(r5),0f+6
  13:         sys     0; 9f
  14:         mov     (sp)+,r5
  15:         rts     pc
  16: .data
  17: 9:
  18:         sys     .prof; 0:..; ..; ..; ..

Defined functions

.prof defined in line 4; used 1 times
  • in line 18
_profil declared in line 3; defined in line 6; used 3 times
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 340
Valid CSS Valid XHTML 1.0 Strict