home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / MAXONC3_6OF8.DMS / in.adf / LIBSRC.LHA / LIBSRC / stream_ptr.asm < prev    next >
Encoding:
Assembly Source File  |  1994-04-16  |  482 b   |  29 lines

  1. *
  2. * Himpelsoft C++:
  3. *
  4. * Library-Modul "stream_ptr"
  5. *
  6. * Jens Gelhar 17.02.92
  7. *
  8.  
  9.     xdef    op__leftshift__ostream__TPCv
  10.  
  11.     xref    _inttostr,_uinttostr,op__leftshift__ostream__TPCc
  12.  
  13. op__leftshift__ostream__TPCv:    ; Stack-Parameter: ostream&, void*
  14.     lea    -50(a7),a7
  15.     move.w    #16,-(a7)
  16.     pea    2(a7)
  17.     move.l    6+50+4+4(a7),-(a7)
  18.     jsr    _inttostr
  19.     addq.l    #8,a7
  20.     move.w    #'0x',(a7)
  21.     move.l    a7,-(a7)
  22.     move.l    4+2+50+4(a7),-(a7)
  23.     jsr    op__leftshift__ostream__TPCc
  24.     lea    50+2+8(a7),a7
  25.     move.l    4(a7),d0
  26.     rts
  27.  
  28.     end
  29.