-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLCD con libreria 8 BITS.STA
59 lines (48 loc) · 1.69 KB
/
LCD con libreria 8 BITS.STA
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
ROM used: 395/8192 (5%)
395/8192 (5%) including unused fragments
0.3 Average locations per line
4.4 Average locations per statement
RAM used: 5/368 (1%) at main() level
19/368 (5%) worst case
Stack used: 5 worst case (5 in main + 0 for interrupts)
Stack size: 8
Lines Stmts % Files
----- ----- --- -----
25 5 6 LCD con libreria 8 BITS.c
758 0 0 ..\..\..\..\..\Program Files (x86)\PICC\Devices\16f887.h
456 84 94 ..\..\..\..\..\Program Files (x86)\PICC\Drivers\lcd.c
----- -----
1239 89 Total
Page ROM % RAM Vol Diff Functions:
---- --- --- --- --- ---- ----------
0 20 5 1 685 1.4 @delay_ms1
0 8 2 0 67 1.2 @const628
Inline 3 596 5.9 lcd_read_byte
0 6 2 0 59 4.2 lcd_read_nibble
0 19 5 1 181 3.9 lcd_send_nibble
0 91 23 3 415 3.7 lcd_send_byte
0 60 15 2 624 6.0 lcd_init
0 18 5 4 208 6.3 lcd_gotoxy
0 44 11 1 354 4.7 lcd_putc
0 40 10 0 94 1.5 MAIN
0 8 2 0 @const661
0 77 19 4 @PSTRINGC7_646
Inline 0 @cinit1
Program metrics:
Functions 10
Statements 89
Comments 230
Volume (V) 5161
Difficulty (D) 37.0
Effort to implement (E) 191130
Time to implement (T) 2 hours, 57 minutes
Est Delivered Bugs (B) 1
Cyclomatic Complexity 8
Maintainability (MI) 148
Segment Used Free
----------- ---- ----
00000-00003 4 0
00004-007FF 391 1653
00800-00FFF 0 2048
01000-017FF 0 2048
01800-01FFF 0 2048