~z88dk-team/z88dk-pkg/trunk

« back to all changes in this revision

Viewing changes to libsrc/graphics/respixl_smc.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
;
 
2
;       Generic graphics routines
 
3
;       Self modifying code version
 
4
;
 
5
;       Stefano Bodrato - 4/1/2007
 
6
;
 
7
;
 
8
;       Reset pixel at (x,y) coordinate.
 
9
;
 
10
;
 
11
;       $Id: respixl_smc.asm,v 1.1 2007/01/04 17:41:34 stefano Exp $
 
12
;
 
13
 
 
14
 
 
15
                XLIB    respixel
 
16
 
 
17
                LIB     pixel
 
18
                XREF    pixmode
 
19
 
 
20
.respixel       push    hl
 
21
                ld      hl,0A62Fh       ; CPL - AND (HL)
 
22
                ld      (pixmode),hl
 
23
                pop     hl
 
24
                jp      pixel