~z88dk-team/z88dk-pkg/trunk

« back to all changes in this revision

Viewing changes to libsrc/strings/memcpy.asm

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-02-12 08:23:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080212082349-wgijt44scmgje90o
Tags: 1.7.ds1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - build z88dk and z88dk-bin binary packages for lpia too
  - update Maintainer field as per spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; CALLER linkage for function pointers
 
2
 
 
3
XLIB memcpy
 
4
LIB memcpy_callee
 
5
XREF ASMDISP_MEMCPY_CALLEE
 
6
 
 
7
.memcpy
 
8
 
 
9
   pop af
 
10
   pop bc
 
11
   pop de
 
12
   pop hl
 
13
   push hl
 
14
   push de
 
15
   push bc
 
16
   push af
 
17
   
 
18
   jp memcpy_callee + ASMDISP_MEMCPY_CALLEE