~arcachofo/simulide/1.1.0

« back to all changes in this revision

Viewing changes to resources/examples/Avr/hc595_mega328/hc595_mega328.html

  • Committer: arcachofo
  • Date: 2021-01-01 14:23:42 UTC
  • Revision ID: arcachofo@simulide.com-20210101142342-ozfljnll44g5lbl3
Initial Commit 0.5.15-RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
<head>
 
4
<title>Compilation Report</title>
 
5
</head>
 
6
<body>
 
7
<h1>Compilation Report</h1>
 
8
<p>Compiler Version (DD/MM/YYYY): 0.94 2015-10-27</p>
 
9
<h2>Chip resource usage:</h2>
 
10
<p>Chip Model: MEGA328P</p>
 
11
<p>Program Memory: 81/32768 words (.25%)</p>
 
12
<p>RAM: 2/2048 bytes (.1%)</p>
 
13
<h2>RAM Allocation</h2>
 
14
<table border="1">
 
15
</table>
 
16
<h2>Subroutines</h2>
 
17
<table border="1">
 
18
<tr><th>Name</th><th>Code Size (lines)</th><th>Compiled Size (words)</th><th>Outgoing calls</th></tr>
 
19
<tr><td>Main</td><td>15</td><td>40</td><td>Delay_MS(2), SHIFTBIT(2), INIT595(1), INITSYS(1)</td></tr>
 
20
<tr><td>INIT595</td><td>11</td><td>12</td><td></td></tr>
 
21
<tr><td>SHIFTBIT</td><td>5</td><td>10</td><td></td></tr>
 
22
<tr><td>INITSYS</td><td>365</td><td>7</td><td></td></tr>
 
23
<tr><td>Delay_MS</td><td>0</td><td>12</td><td></td></tr>
 
24
</table>
 
25
</body>
 
26
</html>