1: | /* Copyright (c) 1982, Regents, University of California */
   2:         .text
   3:         .globl  _stack
   4: _stack:
   5:         movl    sp@,a0
   6:         jmp     a0@
   7:         .globl  _unstack
   8: _unstack:
   9:         movl    sp@+,a0
  10:         movl    sp@+,d0
  11:         jmp     a0@
  12:         .globl  _sp
  13: _sp:
  14:         movl    sp@+,a0
  15:         movl    sp,d0
  16:         jmp     a0@

Defined functions

_sp declared in line 12; defined in line 13; used 1 times
  • in line 12
_stack declared in line 3; defined in line 4; used 1 times
  • in line 3
_unstack declared in line 7; defined in line 8; used 1 times
  • in line 7
Last modified: 1985-08-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 624
Valid CSS Valid XHTML 1.0 Strict