~z88dk-team/z88dk-pkg/trunk

« back to all changes in this revision

Viewing changes to lib/z88s_crt0.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:
3
3
;
4
4
;       Created 12/2/2002 djm
5
5
;
6
 
;       $Id: z88s_crt0.asm,v 1.6 2002/06/23 14:18:01 dom Exp $
 
6
;       $Id: z88s_crt0.asm,v 1.8 2007/06/27 20:49:28 dom Exp $
7
7
 
8
8
 
9
9
 
15
15
        org     shell_loadaddr-shell_headerlen
16
16
 
17
17
.header_start
18
 
        defm    "!bin"&shell_verh&shell_verm&shell_verl&13
 
18
        defm    "!bin"
 
19
        defb    shell_verh
 
20
        defb    shell_verm
 
21
        defb    shell_verl
 
22
        defb    13
19
23
.shell_length
20
24
        defw    0               ; Fill in by make program
21
25
        defw    start
329
333
.base_graphics  defw    0       ; Address of the Graphics map
330
334
.gfx_bank       defb    0       ; And the bank
331
335
 
332
 
.int_seed       defw    0       ; Seed for integer rand() routines
 
336
._std_seed       defw    0      ; Seed for integer rand() routines
333
337
 
334
338
.exitsp         defw    0       ; Address of where the atexit() stack is
335
339
.exitcount      defb    0       ; How many routines on the atexit() stack