Removed silly lib files
[fw/sdcc] / device / lib / _isprint.lst
1                               1 ;--------------------------------------------------------
2                               2 ; File Created by SDCC : FreeWare ANSI-C Compiler
3                               3 ; Version 2.1.9Ga Sun Jan 16 17:31:29 2000
4                               4 
5                               5 ;--------------------------------------------------------
6                               6         .module _isprint
7                               7 ;--------------------------------------------------------
8                               8 ; publics variables in this module
9                               9 ;--------------------------------------------------------
10                              10         .globl _isprint
11                              11 ;--------------------------------------------------------
12                              12 ; special function registers
13                              13 ;--------------------------------------------------------
14                              14 ;--------------------------------------------------------
15                              15 ; special function bits 
16                              16 ;--------------------------------------------------------
17                              17 ;--------------------------------------------------------
18                              18 ; internal ram data
19                              19 ;--------------------------------------------------------
20                              20         .area   DSEG    (DATA)
21                              21 ;--------------------------------------------------------
22                              22 ; overlayable items in internal ram 
23                              23 ;--------------------------------------------------------
24                              24         .area   OSEG    (OVR,DATA)
25                              25 ;--------------------------------------------------------
26                              26 ; indirectly addressable internal ram data
27                              27 ;--------------------------------------------------------
28                              28         .area   ISEG    (DATA)
29                              29 ;--------------------------------------------------------
30                              30 ; bit data
31                              31 ;--------------------------------------------------------
32                              32         .area   BSEG    (BIT)
33                              33 ;--------------------------------------------------------
34                              34 ; external ram data
35                              35 ;--------------------------------------------------------
36                              36         .area   XSEG    (XDATA)
37    0000                      37 _isprint_c_1_1:
38    0000                      38         .ds     0x0001
39                              39 ;--------------------------------------------------------
40                              40 ; global & static initialisations
41                              41 ;--------------------------------------------------------
42                              42         .area GSINIT (CODE)
43                              43 ;--------------------------------------------------------
44                              44 ; code
45                              45 ;--------------------------------------------------------
46                              46         .area CSEG (CODE)
47                     0000     47         G$isprint$0$0 ==.
48                              48 ;       _isprint.c 24
49                              49 ;       -----------------------------------------
50                              50 ;        function isprint
51                              51 ;       -----------------------------------------
52    0000                      52 _isprint:
53                     0002     53         ar2 = 0x02
54                     0003     54         ar3 = 0x03
55                     0004     55         ar4 = 0x04
56                     0005     56         ar5 = 0x05
57                     0006     57         ar6 = 0x06
58                     0007     58         ar7 = 0x07
59                     0000     59         ar0 = 0x00
60                     0001     60         ar1 = 0x01
61                              61 ;       _isprint.c 29
62    0000 C0 82                62         push    dpl
63    0002 90s00r00             63         mov     dptr,#_isprint_c_1_1
64    0005 D0 E0                64         pop     acc
65    0007 F0                   65         movx    @dptr,a
66                              66 ;       _isprint.c 27
67    0008 90s00r00             67         mov     dptr,#_isprint_c_1_1
68    000B E0                   68         movx    a,@dptr
69    000C FA                   69         mov     r2,a
70    000D BA 20 00             70         cjne    r2,#0x20,00108$
71    0010                      71 00108$:
72                              72 ; Peephole 132   changed ljmp to sjmp
73                              73 ; Peephole 160   removed sjmp by inverse jump logic
74    0010 40 0B                74         jc   00102$
75    0012                      75 00109$:
76    0012 C3                   76         clr     c
77    0013 74 7E                77         mov     a,#0x7e
78    0015 9A                   78         subb    a,r2
79                              79 ; Peephole 132   changed ljmp to sjmp
80                              80 ; Peephole 160   removed sjmp by inverse jump logic
81    0016 40 05                81         jc   00102$
82    0018                      82 00110$:
83                              83 ;       _isprint.c 28
84    0018 75 82 01             84         mov     dpl,#0x01
85                              85 ; Peephole 132   changed ljmp to sjmp
86    001B 80 03                86         sjmp 00104$
87    001D                      87 00102$:
88                              88 ;       _isprint.c 29
89    001D 75 82 00             89         mov     dpl,#0x00
90    0020                      90 00104$:
91                     0020     91         C$_isprint.c$30$1$1 ==.
92                     0020     92         XG$isprint$0$0 ==.
93    0020 22                   93         ret
94                              94         .area   CSEG    (CODE)