~z88dk-team/z88dk-pkg/trunk

« back to all changes in this revision

Viewing changes to libsrc/stdlib/bpeek.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
; uchar __FASTCALL__ bpeek(void *addr)
 
2
; 11.2006 aralbrec
 
3
 
 
4
XLIB bpeek
 
5
 
 
6
.bpeek
 
7
 
 
8
   ld l,(hl)
 
9
   ld h,0
 
10
   ret